Explain Life cycle of flex appln/component?
Answer / Nikhil Sharma
"The life cycle of a Flex application or component consists of several stages: creation, initialization, update display list, application updates, and destruction. During the creation phase, memory is allocated for components. In the initialization phase, event listeners are set up. The update display list phase redraws the user interface. Application updates occur in response to user interaction. Finally, during destruction, resources are released."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?
What are the differences between 4.6/4.5/4.0 and flex 3.0?
How much will flex builder 3 cost?
Explain about result handler and fault handler methods?
Explain what happens if an .swf is loaded into a already occupied level?
What is a resource manager in flex actionscript?
How do I pass parameters to a pop-up window in actionscript? : adobe flex action script
What is the difference between sealed class and dyna? : adobe flex action script
How do we overload functions in actionscript? : adobe flex action script
How to display the check box in data grid header?
How many levels does flash mx support?
What are three ways to skin a component in flex?