I have a component mxml file in which i have a view stack, on click of a button i navigate to the first child, now i need to navigate to the second child during onclick of a button pr开发者_StackOverf
In Flex there i开发者_运维知识库s the ViewStack component. Does C# have a similar control? If so, which? If not, how do you create similar behavior?Yes, the TabControl component works this way.All you
I was laying out my Flex components using mxml and had them working correctly.But then I wanted to switch them over to Actionscript because I wanted them to extend a base component that provides defau
Hello Fellow stackoverflowers, I´m stuck writing a piece of code. I have application with a viewstack witch load 5 modules.
Suppose I have a ViewStack like this: <mx:ViewStack id=\"s\" left=\"5\" right=\"5\" bottom=\"5\" top=\"0\" width=\"100%\" hei开发者_开发技巧ght=\"100%\" creationPolicy=\"all\"minHeight=\"0\">
The situation: I\'ve got a ViewStack with 2 children (both of type Panel). The application starts with child 1 as the SelectedChild.