Archive

Archive for the ‘Flex 4’ Category

Creating a navigation bar using RadioButtons in Flex 4

June 19th, 2009 2 comments

I built a small sample application that demonstrates one way of building a navigation bar in Flex 4 that makes it really easy to toggle between different views in an application. This approach uses spark RadioButtons with a very simple custom skin.
Read more…

Introduction to the DataGroup Component in Flex 4

June 17th, 2009 1 comment

DataGroup is a new component introduced in Flex 4 that is responsible for turning data items like Strings and Objects into visual elements. The process of turning boring old data items into a visual representation is called item rendering. DataGroup is the lightest weight component that deals with item rendering. It has no skin and no concept of selection. A SkinnableDataContainer is exactly the same as a DataGroup except it has a skin and a List provides selection functionality.
Read more…