How to set tab index > 0 in TabNavigator control at initilize, flex
A:
There is a property selectedIndex which you can set. Look here
Daniel Engmann
2010-06-09 12:44:02
i have tried it that waytn.selectedIndex =2;but it is not working but after creating the TabNavigation if i execute tn.selectedIndex =2; this line in a button click event it will work.so i have decided to call this Creation complete event on TabNavigation.
roconmachine
2010-06-10 04:11:21