Mega Code Archive
Categories
/
Flex
/
Components
Log the component sizes to flashlog txt
private function logSizes():void { trace("HBox: "+ hb1.width); trace("Label: "+ lb1.width); trace("Image: "+ img1.width); trace("Button: "+ b1.width); }