Mega Code Archive
Categories
/
Flex
/
Container
Children of Panel are not instantiated when the application is first loaded, but only after the user clicks the button
private function createButtons(e:Event):void { myPanel.createDeferredContent(); }