I am having the worst time with this, and I was wondering how you approach this problem.
I have a main component, a SuperTabNavigator tab that opens various tab panels. The tab panels have sub-tab panels, another nested tab panel with a viewstack for its components. I want/need to mediate the sub-components, but when I use FlexEvent.CREATION_COMPLETE it seems to like to pick up events from other tabs if the user doesn't open the tab right away.
Is this a place where a MacroCommand is appropriate (this just occurred to me)? It is giving me a migraine