This content has been marked as final.
Show 4 replies
-
1. Re: hide tabs in view stack
Peter deHaan Mar 5, 2008 12:00 PM (in response to kilyas2007)kilyas2007,
Can you file a bug for this at http://bugs.adobe.com/flex/ and post the bug number here so we can vote/subscribe?
Thanks,
Peter -
2. Re: hide tabs in view stack
bitwyse Mar 5, 2008 12:54 PM (in response to kilyas2007)I know I was trying to hide things with visible = "false" and I had to add to that includeInLayout = "false"
HTH -
3. Re: hide tabs in view stack
Mitek17 Mar 5, 2008 1:55 PM (in response to kilyas2007)AFAIK setting visible=false never supposed to work for the ViewStack/TabNavigator etc.
You have to remove the child from the component to "hide" it.
-
4. Re: hide tabs in view stack
ntsiii Mar 5, 2008 4:22 PM (in response to kilyas2007)Yes, and ViewStack has no "Tabs". Unless you are using a navigator component that takes the ViewStack as a dataProvider? I never do that for this very reason, it it too inflexible.
Instead I use a separate dataProvider for the navigator component, and let that navigator control the ViewStack via selectedIndex.
Tracy