I have a component mxml in which i have a save button, on click of the save button i need to display another component which will be in a tab navigator, for this I am using the view stack. My problem is, on click of save I need to display the second tab instead of the first tab, but defaultly the first tab will be displayed.

How could this be accomplished?

Thanks!

cheers,

Deena

link|improve this question

67% accept rate
feedback

1 Answer

up vote 6 down vote accepted

TabNavigator and ViewStack have an attribute "selectedIndex" which you can set to 1.

link|improve this answer
Thanks a ton mate! – Deena Jun 4 '10 at 6:06
1  
Vote the answer up and select it as the correct answer if it helped you, Deena. – typeoneerror Jun 4 '10 at 6:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.