Archive for May 2009
Intercepting tab events in a Flex TabNavigator
Posted on 8 May 2009 by Russ
6
Flex 3’s TabNavigator component has no simple way for us to listen for an event on the tabs, such as a mouseover or a click. So a custom component is required and it’s a nice simple one…
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.

