viewstack
How to tell when control becomes visible for the first time?
I have a popup that contains a TabNavigator control. The tabs are dynamically added to the TabNavigator when the popup loads. Is there a good way to tell when one of the tabs is loaded, from the tab i[详细]
2023-03-12 01:06 分类:问答Issue getting viewState's selected child's id in flex 4
I\'m transitioning 开发者_如何学JAVAa flex 3 application to flex 4.There was AS code in the flex 3 app that worked:[详细]
2023-03-09 03:27 分类:问答Is there a way to use a viewstack with a tree list
I want to know if I can use a tree and when and i开发者_如何学Pythontem in the tree is clicked the viewstack changes to that certain item?Yes. Try something like this:[详细]
2023-02-08 06:15 分类:问答Flex: creating a multi column navigation bar for viewstack
I have created a Viewstack and using a Tile component and repeating LinkButtons I was able to make a multi column navigation with the viewstack as the dataprovider. My question is can this be done bet[详细]
2023-01-18 16:19 分类:问答Flex viewstack children includeIn works funny
I have a viewstack with childrens which I want to show/hide depending on the state the application is[详细]
2023-01-16 18:58 分类:问答Flex ViewStack With A Repeater - Repeater Gets Placed At The Bottom
I have a problem when creating a ViewStack, with a repeater along with other components (i.e. vBox) inside the ViewStack. The repeaters get placed at the bottom of the view.Despite the repeater is lis[详细]
2023-01-14 01:15 分类:问答Flex 4 custom component with children inserted directly into view stack
I give up.Hopefully I am just missing something easy, but I feel like I am pulling teeth trying to get this to work.All I want is a custom \'wizard\' component whose children are placed within a ViewS[详细]
2023-01-04 08:47 分类:问答programmatically add views to a viewstack flex
I\'m trying to figure out how to in as3 (not mxml) add views to a v开发者_如何学运维iew stack.[详细]
2023-01-03 13:01 分类:问答Navigating directly to the second tab in tab navigator
I have a component mxml in which i have a save button, on click of the save button i need to display another component which will be in a tab navigator, for this I am using the view stack. My problem[详细]
2023-01-02 00:12 分类:问答Styling buttons of Flex TabNavigator
I created a TabNavigator with a bunch of NavigatorContent inside it, and want to skin just the buttons of the tabs themselves. So I added a skinClass, but looks like in the documentation, there\'s no[详细]
2023-01-01 05:02 分类:问答