Adobe Flex Actionscript Question:

Download Job Interview Questions and Answers PDF

What are the methods called when a UI component is intialized?

Adobe Flex Actionscript Interview Question
Adobe Flex Actionscript Interview Question

Answer:

All components dispatch the following events that let you specify ActionScript to initialize a component:
preInitialize
Dispatched when a component has been created in a rough state, and no children have been created.
initialize
Dispatched when a component and all its children have been created, but before the component size has been determined.
creationComplete
Dispatched when the component has been laid out and the component is visible (if appropriate).

Download Adobe Flex Actionscript Interview Questions And Answers PDF

Previous QuestionNext Question
How do you implement push with flex data services?Can you write to the file system from flex?