Mega Code Archive
Categories
/
Flex
/
Components
Use creationComplete event to open an Alert box when the children of the HGroup container are fully processed and drawn
import mx.controls.Alert; private function handleCreationComplete():void { Alert.show("MyHGroup created."); }