Lock screen & layering of stacks?
Scott Rossi
scott at tactilemedia.com
Thu Jul 24 03:35:51 EDT 2014
That is indeed some odd behavior.
What end result are you trying to achieve?
Regards,
Scott Rossi
Creative Director
Tactile Media, UX/UI Design
On 7/23/14 9:19 PM, "Charles E Buchwald" <charles at buchwald.ca> wrote:
>I feel like I'm missing something really basic here...
>I have 2 stacks.
>Stack "Second" overlaps stack "First".
>A button in stack "First" has this script:
>
> on mouseUp
> go stack "Second"
> go stack "First"
> end mouseUp
>
>If I press the button, it behaves as I expect. There is a bit of a
>flicker, and stack "First" ends up on top.
>If add a line...
>
> on mouseUp
> lock screen
> go stack "Second"
> go stack "First"
> end mouseUp
>
>... then the flicker disappears, as expected, but stack "Second" ends up
>on top.
>Is it supposed to work like this?
>
>Cheers,
>- Charles
>
>--
>Charles E. Buchwald
>CEO/Director General
>Museografica Digital
>http://digital.museografica.com
>
>LC Developer Tools: http://buchwald.ca/developer-tools/
>
>Email Notice: http://wp.me/P3aT4d-33
>
>
>_______________________________________________
>use-livecode mailing list
>use-livecode at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list