0

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

Deena
  • 297
  • 2
  • 7
  • 17

1 Answers1

6

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

Daniel Engmann
  • 2,840
  • 1
  • 23
  • 17