I have some code that needs to run when a window is hidden, the problem is that 
there might (or might not) be an effect attached to the hide event which means 
if there is I dont want to run this routine until after the effect has 
completed, if there isnt I can run it immediately.

So how do I determine in code if changing visibility is going to trigger an 
effect?



Reply via email to