realbasic-nug
[Top] [All Lists]

Re: PagePanel: Sliding page transition?

To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: PagePanel: Sliding page transition?
From: "Stefan Thurnherr" <stefan dot thurnherr at gmail dot com>
Date: Mon, 27 Mar 2006 15:53:45 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AJQer+e2REmJwp3BSGk6RbxYiRaoCwtUbwIFj1+okaHyYt7bUWrv9oIltoUuZdx64euoB0OP3ZEOMNq4GewPYwOuo4pdPuI3ThKmf9Ltn1yE5HnL3AbuM29GMJi+/jCm3IXb7ENBowmBb0pJGjvikpx4EnlIXlKPoY9B3le9ZQY=
References: <1a9db6c0603270141n50af6235s1d50d2e6c4444590 at mail dot gmail dot com> <20060327112353 dot 000B2119EFDD at lists dot realsoftware dot com>
Hej Mark,

Good idea, thanks! Is there a screen-grabbing function built into
REALbasic? I found that the MBR plugin [1] offers this functionality.
Any other, "slimmer" solutions?

Cheers,
 stefan.

[1] http://www.monkeybreadsoftware.de/realbasic/plugins.shtml


On 3/27/06, Mark O'Neill <mark at cutto dot co dot uk> wrote:
> 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>
>
_______________________________________________
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>


<Prev in Thread] Current Thread [Next in Thread>