Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
Answer / Sanjay Kumar Choudhary
Building a custom component in Adobe Flex using ActionScript involves creating a new MXML file that extends the SkinnableComponent or UIComponent base class. The component's functionality is implemented in the associated ActionScript file.
| Is This Answer Correct ? | 0 Yes | 0 No |
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
Why would you want to keep a reference to a changewatcher and call unwatch()?
Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
How does item renderer work? : adobe flex action script
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
What are the three ways to skin a component?
What is the model-view-controller (mvc) pattern?
Explain which of the recommended character to use to separate target level paths levels?
Is it possible to make httpservice requests synchronous in adobe flex?
What are the similarities between java and flex?
Different ways of using style sheets?
What keyword allows us to implement abstraction better in flex? : adobe flex action script