Modal stacks not working in OS 9
Greg DeVore
gdevore at mac.com
Thu Oct 2 21:19:00 EDT 2003
Thanks, that was the problem. Once I trapped the right handler
everything worked great. Thanks so much for the help.
Greg DeVore
On Thursday, October 2, 2003, at 01:00 PM, Howard Bornstein wrote:
>
> On Wednesday, October 1, 2003, at 06:19 PM, Greg DeVore wrote:
>
>> In OS 9 the stack opens up but then after a second it moves to the
>> back behind the top stack.
>
> I've seen this behavior if I have something like a "on mousemove"
> handler in my main stack. It brings the stack forward. The modal
> nature of your substack is probably what makes the main stack
> inaccessible. The solution, if this is the case, is to trap out the
> mousemove handler (or whatever it is) in the substack:
>
> on mousemove
>
> end mousemove
>
>
> Regards,
>
> Howard Bornstein
> ----------------
> D E S I G N E Q
> www.designeq.com
>
>
Greg DeVore
music at gregdevore.com
661-753-9335
More information about the use-livecode
mailing list