When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
Answer / Dharmendra Verma
Setting the visibility of a component to false only hides the visual representation of the component, but it does not affect its position in the layout or the tab order. If you want the component to be both invisible and not take up space, set both visible=false and x=NaN, y=NaN for the component.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will flex 3 be packaged?
Will I need to upgrade my air sdk along with flex 3 beta 3?
Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
Why would you want to keep a reference to a changewatcher and call unwatch()?
What are the advantages of adobe flex?
How do I get flex to query my database? : adobe flex action script
Explain about measure() method? When this measure() method is called?
Explain what is the function of trace?
When I have only a single record, why does not it appear in my datagrid? : adobe flex action script
Should model locator as a singleton class? Can't we instantiate this class as like normal class?
Can I embed html in my flex application? : adobe flex action script
Different ways of using style sheets?