What are the methods called when a ui component is intialized? : adobe flex action script
Answer / Bhavana Bhardwaj
When a UI component is initialized in Adobe Flex, several lifecycle events (methods) are called: creationComplete (fires when the component's UI tree has been fully constructed), constructor (initializes the component), and activation (called after creationComplete if the application is running in live preview). You can override these methods to perform custom initialization logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about measure() method? When this measure() method is called?
Do I need to upgrade to beta 3 to use air beta 3?
Where can I download flex 3 beta 3?
Why are the columns in my datagrid in some strange order? : adobe flex action script
Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
Explain in which level does the original movie resides?
Explain what is the function of trace?
Why would you want to keep a reference to a changewatcher and call unwatch()?
What is preventdefault() method?
How to store the data in local?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?