I'm looking over this problem again

It seems with the previous suggestions i've run into a couple of problems.

 - How about stage.mouseChildren = false ?
stage or Application.application don't seem to work, as in disabling the entire displayList()...

- Enable/disable a transparent button that's as big as the stage and has the greatest z depth / lowest childIndex...
This slows down any rendering running behind the button.

- Make all your active components register themselves then loop through and disable/enable them according to your busy state
Too taxing on cpu...


Are there any other methods you guys use for this?


regards,

Bjorn



On 05/03/2007, at 5:23 PM, Bjorn Schultheiss wrote:

Hey,

Is there a way to disable all mouse clicks while CursorManager is set
to busyCursor?

Regards,

Bjorn




Reply via email to