lock screen doesn't!

Ken Ray kray at sonsothunder.com
Sat Nov 19 14:18:35 EST 2005


On 11/19/05 12:52 PM, "AbilityForms at aol.com" <AbilityForms at aol.com> wrote:

> Hi everyone,
> 
> I'm using Mac OSX. Why is it that when I use the following script I get a
> flash of stack "otherStack"? I thought lock screen wouldn't allow that to
> happen.
> 
> on mouseUp
>     lock screen
>     push cd
>     go stack "OtherStack"
>     pop cd
>     unlock screen
> end mouseUp

Lock screen is really "lock window" and so only affects changes to the
current stack. What is the effect you're trying to achieve? Is "OtherStack"
another mainstack, or is it a substack? Is it open or closed at the time you
run this code?


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com




More information about the use-livecode mailing list