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 |
How do we call javascript from flex actionscript? : adobe flex action script
In which level does the original movie resides? : adobe flex action script
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
How do you implement push with flex data services? : adobe flex action script
What is default frame rate of the timeline in frame per second? : adobe flex action script
Is it possible for upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
What are the advantages of adobe flex?
What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
What is mvc and how do you relate it to flex apps?
Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?
What is the difference between target and current target?
Explain what is the function of trace?