[flexcoders] Tracking tab changes in TabNavigator ?!

2008-07-28 Thread lytvynyuk
I need to somehow trace that another tab selected to do some action based on it. Cannot find proper event which can be generated when I click on tabs or switch tabs.

Re: [flexcoders] Tracking tab changes in TabNavigator ?!

2008-07-28 Thread Rich Rodecker
you listen for the IndexChangedEvent.CHANGE event on the TabNavigator. The event will have a relatedObject property which will contain a reference to the newly selected tab. On Mon, Jul 28, 2008 at 2:18 PM, lytvynyuk <[EMAIL PROTECTED]> wrote: > I need to somehow trace that another tab selecte