[flexcoders] Dispatch events - sequencing

2008-11-19 Thread rviswanathan
I have a flex module where events get dispatched based on user clicks. The user can click on several areas of the screen and each click would dispatch an event. I am trying to figure out if the order in which the user clicks would be the order in which the events would be dispatched? (I am not

Re: [flexcoders] Dispatch events - sequencing

2008-11-19 Thread Ralf Bokelberg
Your assumption is correct. However - if make some backend calls, they might still come back in a different order. r. On Wed, Nov 19, 2008 at 8:38 PM, rviswanathan [EMAIL PROTECTED] wrote: I have a flex module where events get dispatched based on user clicks. The user can click on several