I'm working in FlashBuilder 4.6 on a Flex app. I want to know if there's a function that is called when a component (in my case a tab on a tabbed dialog mx:TabNavigator) becomes visible to the user? I tried creationComplete and that is called for the 2nd and 3rd tabs in my dialog when the user clicks on them, but it's called for the first tab when the whole application opens, i.e. before the first tab is visible.
Thank you, Fred