How to determine the component is not visible

2013-10-17 Thread moushuai00
Hi All: How to determine the component is not visible, When I set the container invisible, but the property of the child is visible. moushuai00

Multiple ActionScript Workers Problem

2013-08-12 Thread moushuai00
Hi All: I used the air multithreading features in my project. Before exiting my project I had closed all workers, But the main thread will not be closed! Why?? My OS is win XP, Air sdk version is 3.5 and IDE version is FB 4.6 moushuai00

How to change the skin of the Combobox and DropDownList

2013-07-16 Thread moushuai00
as:813] at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.y\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1180] moushuai00

How to get all combobox in the module

2013-07-10 Thread moushuai00
Hi All: I want to get all combobox component in a module, but I do not want to through all components. I tried using reflection(describeType(value:*) ), however it can not get the combobox whitch has not id property. Who can help me find a solution? Thank you Thom Wu