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
[EMAIL PROTECTED]
661-753-9335

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to