Explain about component life cycle?
Answer / Vartika Bhatnagar
In Flex, components go through a life cycle that consists of several stages: creation, initialization, update, and destruction. During the creation phase, the component is instantiated; in the initialization phase, the component's properties are initialized; the update phase occurs whenever data changes; and the destruction phase occurs when the component is removed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens if an .swf is loaded into a already occupied level?
What is display container? : adobe flex action script
How will u call java method from flex?
Can I resize the internet explorer browser window from flex? : adobe flex action script
Do I need to upgrade to beta 3 to use air beta 3?
What is the function of trace? : adobe flex action script
Can I add charting to the flex builder standard edition?
What is mvc and how do you relate it to flex apps? : adobe flex action script
When I have only a single record, why does not it appear in my datagrid? : adobe flex action script
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
How to create custom events? Explain the steps to create a new custom event?