The following example shows how you can convert an array of strings to an array of objects so it can be used as a data provider in Flex.
Full code after the jump.
Continue reading ‘Converting an array of String objects to an array of Object objects in Flex’
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.
Continue reading ‘Setting the data provider of a Flex ButtonBar control to a ViewStack container’
The following code shows you how you can use an Array as a data provider for a Tree control in Flex.
Full code after the jump.
Continue reading ‘Using an Array as a data provider in a Flex Tree control’