I'm using Flex 3 with Cairngorm framework. Somewhere in the program I trigger a dispatchEvent
event, like:
CairngormEventDispatcher.getInstance().dispatchEvent(new eventExample [...]
Do you have any way to tell when the event is over? What is 100%?
Because I have other things after that call that depend on the return of that event. For example, an arrayCollection of items that return from the base with this call. But in the first call that is in a popWindow it returns null because it did not end the event yet and I end up using the array for other things .. When I open the screen again there is the data.