lock screen doesn't!

AbilityForms at aol.com AbilityForms at aol.com
Sat Nov 19 15:38:20 EST 2005


In a message dated 11/19/05 2:19:47 PM, kray at sonsothunder.com writes:


> > 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?
> 
> Hi Ray,

"OtherStack" is another mainstack. It might be open or closed at the time I 
use the handler. Does that make a difference?

Joe
Orlando, Florida




More information about the use-livecode mailing list