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 |
Is it possible to make httpservice requests synchronous in adobe flex?
How do you add event listeners in mxml components. Now as3 components? : adobe flex action script
Different ways of using style sheets?
What are runtime shared libraries in flex?
Difference between flash and flex?
How do I make synchronous data calls in actionscript? : adobe flex action script
How binding works in mxml components in flex?
What is shared object? (Or) how to store the data in local?
What is flex?
What is state? What is the difference between states and viewstack in flex?
Why are the columns in my datagrid in some strange order? : adobe flex action script
How to stop the event flow/ event phases?