[flexcoders] Listening for all activity in a component.

2006-03-22 Thread Clint Modien
Problem:When all async operations in an component are complete I need to examine the state of the component.Is there anyway to listen for a completion of all async activity? If it's not built in... (which I suspect it isn't) does anyone have ideas for an implementation? Possible Solution:One

Re: [flexcoders] Listening for all activity in a component.

2006-03-22 Thread Scott Langeberg
I take it you're asking for more than the 'creationComplete' event? If you want to wait for data calls (your own) you'll definitely need to set up your own system. We created a CheckList object in flash, which would wait for all its added items to dispatch a complete event. ScottOn 3/22/06,