From: Kay C Lan
> Then you don't have to bother about keeping track of pairs and can rest
> easy at nights ...
Thank you Kay, that seems the most fail-proof solution and will definitely ease
my mind :)
Best,
~ Ender
___
use-livecode mailing list
use
On Fri, Feb 14, 2014 at 12:19 AM, Ender Nafi Elekcioglu wrote:
>
> The lock/unlock of the second card's preOpenCard handler is redundant,
> isn't it?
>
> For small or relatively simple stacks keeping track of lock/unlock pairs
is fairly straight forward. Once you get a little more complex you can
Thanks, John…
~ Ender
From: John Dixon John Dixon
Reply: John Dixon dixo...@hotmail.co.uk
Date: February 13, 2014 at 18:21:47
To: How to use LiveCode use-livecode@lists.runrev.com
Subject: RE: Lock Screen on preOpenCard
Yes Ender, it is...
> Date: Thu, 13 Feb 2014 18:19:35 +0200
>
Yes Ender, it is...
> Date: Thu, 13 Feb 2014 18:19:35 +0200
> From: endern...@keehuna.com
> To: use-livecode@lists.runrev.com
> Subject: Lock Screen on preOpenCard
> It came to my mind that the latter may be pointless,
> former lock/unlock may encapsulate the second, hence t
Hi all,
I’m navigating through cards with visual effect at all times.
And in the destination card’s preOpenCard handler I lock and unlock screen.
card1:
_on mouseUp
__lock screen for visual effect
__go card 2
__unlock screen with visual effect “dissolve fast”
_end mouseUp
card2:
_on preOpenCard