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 |
Explain which of the recommended character to use to separate target level paths levels?
What is singleton class? Explain the steps to create a singleton class?
What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script
Does exclude or exclude class really excludes the data or class?
What are runtime shared libraries in flex? : adobe flex action script
What are the methods called when a ui component is intialized? : adobe flex action script
What is the problem with calling setstyle()? : adobe flex action script
How can you show a jpg image in dynamic text field? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script
How do you implement push with flex data services? : adobe flex action script
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?