The following example shows how you can set the data provider of a ButtonBar control in Flex to a ViewStack container.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the daily archives:
The following example shows how you can toggle item roll over highlighting in the Tree control in Flex by setting the useRollOver style.
Full code after the jump.
{ 1 comment }
The following example shows how you can display the number of children in each branch of a Tree control in Flex by using the dataDescriptor property, labelFunction property, hasChildren() method and getChildren() method.
Full code after the jump.
{ 16 comments }