Modal stacks not working in OS 9
Howard Bornstein
bornstein at designeq.com
Thu Oct 2 15:12:00 EDT 2003
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
More information about the use-livecode
mailing list