Maintain combobox selected item across TabNavigator Tabs
Posted
by camcim
on Stack Overflow
See other posts from Stack Overflow
or by camcim
Published on 2010-03-30T16:11:50Z
Indexed on
2010/03/30
16:13 UTC
Read the original article
Hit count: 471
Hi guys, I've just recently started out using Flash Builder and have a question surrounding states. In fact I'm not entirely sure it is related to states but read on and I hope it will become clearer. I currently have a custom component that contains 3 comboboxes. This resides in a TabNavigator component. The TabNavigator consits of 5 pages (Tabs). The custom container holding the comboboxes should display the same selected data across all Tabs. ie. If I am in Tab1 and select an item from one of the comboboxes then click on Tab2 I need to mirror the combobox's selection in Tab2. Can anyone offer me suggestions on how to best tackle this? Di I need to set a global variable?
© Stack Overflow or respective owner