What are the methods called when a ui component is intialized?
Answer / Sanjai Singh
In Adobe Flex, UI components go through several lifecycle stages during initialization. The main methods involved are: n1. constructor(): This is the initializing constructor for the class.n2. creationComplete(): This method is called after the object has been fully initialized and added to the display list.n3. dataChanged(): This method is called when the data associated with the component changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the function of trace?
What keyword allows you to refer to private variables of a class in flex? : adobe flex action script
Explain about cairngorm architecture?
How binding works in mxml components in flex? : Adobe Flex ActionScript
How do I run flex as a service? : adobe flex action script
How does item renderer work? : adobe flex action script
Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
What are Arrays in flex?
Explain what happens if an .swf is loaded into a already occupied level?
Explain if the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someaction;, which movie clipinstance is being referenced? : adobe flex action script
If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?