What is state? What is the difference between states and viewstack in flex? : adobe flex action script
Answer / Manindra Nath Singh
In Adobe Flex, a state represents a specific configuration of a component's properties. A ViewStack allows you to manage multiple views (states) within a single container and switch between them. The main difference is that states are a way to dynamically modify the appearance or behavior of a component based on certain conditions, while ViewStacks are used for managing multiple independent views that can be displayed one at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?
What is dynamic keyword used for in actionscript? : adobe flex action script
How can u call Javascript from MXML?
How does item renderer work? How do we add item renderer at runtime in flex?
Can I still build flex 2 applications with flex builder 3 beta 3?
What events are used by the collections?
What is the function of exclude or exclude class related to the data or class?
Difference between label and text?
Can I resize the internet explorer browser window from flex? : adobe flex action script
Explain the configuration details of blaze ds?
What is mvc and how do you relate it to flex apps?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script