lock screen question

Thomas McGrath III 3mcgrath at comcast.net
Tue Apr 22 15:31:06 EDT 2008


Bonjour Eric,

That is good to know but makes me question what or how the screen  
still unlocks at the end of a handler even though I have not put an  
unlock screen in there??? I will clean up my pairs anyway.

Thanks again,

Tom

On Apr 22, 2008, at 12:34 PM, Eric Chatonet wrote:

> Bonjour Thomas,
>
> Actually, lock and unlock screen work as a pair:
> They are 'stacked'.
> This means that after two 'lock screen', an 'unlock screen' is not  
> enough to unlock screen: you need two of them.
> Parity between lock and unlock screen is compulsory :-)
> If you are lost you can use:
>
> on UnlockScreen
>  repeat until not the lockScreen
>    set the lockScreen to false
>  end repeat
> end UnlockScreen
>
> Or the opposite, of course...



More information about the use-livecode mailing list