ViewStack
Hiding a Tab in a TabNavigator
Posted on 6 August 2009 by Russ
5
This one seems to crop up regularly: how to hide a tab in the TabNavigator’s TabBar. The simple option is to create a quick binding…
Continue Reading
Binding the selectedChild of a ViewStack in a Flex MVC structure
Posted on 3 May 2009 by Russ
When coding in Adobe Flex 3 within an MVC framework, at some point you might discover you need to update a ViewStack or TabNavigator as the Model changes. Here’s a simple way to do it.

