Switch between Flex Tabbed ViewNavigators?

This class is strangely undocumented. I have not tried this myself, but from searching online this is what I found which corroborates with what the rest of the network does.

This class is strangely undocumented. I have not tried this myself, but from searching online, this is what I found which corroborates with what the rest of the network does. What you need to do is bubble an event to the TabbedViewNavigatorApplication and from there change the selectedIndex property to whichever tab you need to change to.

For example: You just need to dispatch a bubbling event from within your children. You could event create a custom event that holds data about which tab to switch to.

I use the following line of actionscript to switch from one ViewNavigator to another based on a user action: TabbedViewNavigator(navigator. ParentNavigator). SelectedIndex = 1; It worked like a charm and seems simpler than bubbling events.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions