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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to