Re: [flexcoders] Re: Mouse Clicks' Queue when Button is Disabled

2009-02-17 Thread Haykel BEN JEMIA
The problem seems to be somewhere else and not in the Button. Run the following application, then click on the button to disbale it, then click again when it's disabled. For me it behaves as expected, I don't get any Click events for the clicks I do while the button is disabled. ?xml version=1.0

[flexcoders] Re: Mouse Clicks' Queue when Button is Disabled

2009-02-17 Thread giladozer
Hi Haykel and thanks for the quick response. I guess I am missing something critical here... I'll investigate this more deeply... maybe it's a matter of milliseconds where the button is in the process of returning enabled and that's when the click are responsive again. Anyways... Thank you

[flexcoders] Re: Mouse Clicks' Queue when Button is Disabled

2009-02-17 Thread Amy
--- In flexcoders@yahoogroups.com, giladozer gilado...@... wrote: Thanks Alex for the quick response. However, the button is supposed to turn enabled after the result is returned. The problem is that while it looks like the button is disabled - clicking on it results in entering to the

[flexcoders] Re: Mouse Clicks' Queue when Button is Disabled

2009-02-16 Thread giladozer
Thanks Alex for the quick response. However, the button is supposed to turn enabled after the result is returned. The problem is that while it looks like the button is disabled - clicking on it results in entering to the function which listens to it. Moreover, I logged/traced the time the the