Posts tagged as:

children

In a previous example, “Creating two related ComboBoxes”, we saw how you could create two or three related MX ComboBox controls in Flex 3 by binding to the previous ComboBox control’s selected item.

The following example shows how you can create three related Spark DropDownList controls in Flex 4 by using databinding and XML.

[click to continue…]

{ 0 comments }

The following example shows how you can use an XML document as a data provider for a Spark List control in Flex 4 by using an XMLListCollection.

Full code after the jump.

[click to continue…]

{ 11 comments }

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.

[click to continue…]

{ 2 comments }