Hi Stefan,
| I'd like to add a transition effect to a PagePanel, so that when the
| user clicks a button that switches the PagePanel's page to the next
| page, the whole PagePanel first slides out of the computer screen on
| the left, then slides in from the right side of the screen again (kind
| of like the Keynote/PowerPoint transition effect).
|
| I have successfully implemented (i.e., no flickering) the sliding
| effect for a small ContainerControl. But moving a PagePanel with
| several pages containing several ContainerControls and other controls
| on the screen produces a lot of flickering, even when using
| RefreshRect() instead of refresh() (i.e., only frefreshing the parts
| of the screen that were moved, not the whole screen). Has anyone done
| anything like this and has some advice?
I haven't, but you could "cheat" by making
screengrabs of each panel and sliding them
instead?
All the best,
Mark.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.2/293 - Release Date: 26/03/2006
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|