Explain about measure() method? When this measure() method is called?
Answer / Birjesh Kumar Deval
The `measure()` method in Adobe Flex is used to determine the preferred width and height of a UIComponent or its children. It's usually called during layout calculation, specifically when a parent component needs to find out how much space it should allocate to its child components. The `measure()` method calculates the minimum, maximum, and preferred sizes based on the sizing policies and constraints applied to the component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how binding works in mxml components in flex?
I am going to add images into a tag. How will it resize itself in adobe flex actionscript? : adobe flex action script
Difference between flash and flex?
How do we use css styles in flex?
What events are used by the collections?
Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script
What is the function of exclude or exclude class related to the data or class?
What is calllater() method?
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
Explain Event Bubbling?
Explain about resultevent and faultevent in remote object?
What is the function of trace? : adobe flex action script