Hi,

use selectedIndex or selectedChild.

When using selectedChild you can use;

selectedChild.label to get the label of the tab that is selected.

When using selectedIndex you can use;

var tab:Tab = Tab(tabNavigator.getTabAt(tabNavigator.selectedIndex));
tab.label
tab.icon
tab.data


Peace, Mike

On 9/15/07, candysmate <[EMAIL PROTECTED]> wrote:
>
>   Which property should I be checking for in a TabNavigator to ascertain
> which tab is currently selected by the user?
>
>  
>



-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to