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
