[flexcoders] Re: How to block user interaction?

2008-08-01 Thread dbronk
I generally write a simply utility that has a setAppBusy(flag:Boolean) function. When true I set the application mouseChildren=false and then do CursorManager.setBusyCursor(). I actually hate the popup/hide my data/grey the screen approaches. The only gotcha I came across with this was that

Re: [flexcoders] Re: How to block user interaction?

2008-08-01 Thread Rick Winscot
Actually... I like to install ŒSven¹ with my apps. He is a tall Swedish brute with a club and a pair of brass knuckles... any time the user Œshouldn¹t do something in the app... Sven is there to enforce the policy. Alternatively, you can set Application.application.enabled=false; and make sure