Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?
Answer / Raj Karan Verma
Creating an effect in Flex means applying a predefined animation or transition to a component. Setting the target of an effect refers to specifying which component will be affected by the effect. On the other hand, adding an EventListener involves writing custom code to handle events and apply changes to components separately from effects.
| Is This Answer Correct ? | 0 Yes | 0 No |
State the difference between view stack and view state?
Explain prevent default method?
Why are my valueobject member variables undefined in the results from my remoteobject requests? : adobe flex action script
What is the difference between graphical skinning and stateful skinning?
How to create custom events? Explain the steps to create a new custom event?
Can flex applications communicate with each other on the client?
What are the 2 ways to compile flex source file?
Explain what happens if an .swf is loaded into a already occupied level?
What are the differences between 4.6/4.5/4.0 and flex 3.0?
Explain about different types of channels available in blaze ds?
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
Explain Life cycle of flex appln/component?