Tag Archive for 'addchild()'

25
Feb

Creating a ControlBar container in Flex using ActionScript

The following example shows how you can create a simple Panel container with a nested ControlBar container in Flex using ActionScript.

Full code after the jump.

Continue reading ‘Creating a ControlBar container in Flex using ActionScript’

18
Sep

Dynamically adding new children to a Flex Accordion container

The following example shows how you can add and remove children from a Flex Accordion container by using the addChild() and removeChild() methods.

Full code after the jump.

Continue reading ‘Dynamically adding new children to a Flex Accordion container’