Andrew Kluthe wrote:
I have a moveStack handler that triggers sometimes accidentally before all of
my windows open and causes it to error out and not finish opening what is
needed for the application.

Can I use lock messages in my preOpenStack to keep the moveStack from being
handled, or am I misunderstanding lock messages?

You could. Or you could put a check at the top of the handler that looks to see if the last window exists yet:

 if there is no window "lastWindowToOpen" then pass movestack

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to