What is the difference between states and viewstack in flex? : adobe flex action script
Answer / Dharmendra Kumar Kannaujiya
In Flex, both States and ViewStack are used for navigation and UI management. However, ViewStack maintains multiple views stacked on top of each other, while only one view at a time is visible. In contrast, States allow you to change the appearance and behavior of a single component based on different states.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about different types of channels available in blaze ds?
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script
Tell some new capabilities / features of flash as 3.0? : adobe flex action script
What is the dynamic keyword used for in flex actionscript?
Explain how binding works in mxml components in flex? : adobe flex action script
What are types of binding?
How do I make synchronous data calls in actionscript? : adobe flex action script
What is the function of trace?
How will flex 3 be packaged?
Why are the columns in my datagrid in some strange order? : adobe flex action script
What is a filter function?
What is different between urlloader class and loader class? : adobe flex action script