What is state? What is the difference between states and viewstack in flex? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers