tabnavigator

-How can I "preload" the Google Maps API in a FLEX 3.5 TabNavigator Tab ?

Hello, I have a Flex 3.5 Air Application; The main window has, besides the header, a TabNavigator. In a Tab, I've put a Google Maps object. It works fine, except that it "loads" very slow and the whole application freezes ( not responding problem ). Now I would like to fix that but don't really now how to implement one of these soluti...

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 skin part to target the button specifically. Do I have to style the mx:TabNavigator itself to accomplish this?...

Flex 3.5 Accordion and TabNavigator selectedIndex Bug

I'm using Flex 3.5 with Adobe Flex Builder 3. I have found that if you very rapidly click between multiple headers of an accordion component or the tabs of TabNavigator, these components will begin to exhibit odd, unexpected behavior. Once this behavior has been evoked, even trying to set the selectedIndex programmatically does not end...

Adobe Flex: hiding tab bar in tabNavigator

Hi All, Does anyone know how to hide the tab bar up top on a flex tabnavigator component? I don't want to see the tab bar at all and I don't need to click on it (I have an automated iterator through the tabs). I have tried .removeChildren, hideElementAt() with no success. Thanks for any input! Regards, Joseph ...

WPF DevComponents TabNavigation inability to change SelectedIndex/Item in code-behind.

I am using the DevComponents TabNavigation control for WPF, and am able to add a new TabItem to the TabNavigation at a specific index, call it i, in the code-behind. Now I want to make the new TabItem the SelectedItem, by doing: private void textBlock_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { int i = createNewTabI...

Flex: Is it possible to hide some tabs in tab navigator and show them only when certain event occurs

I am using tab navigator. And it has thee tabs "Search", "Show as text", "Show on map" I have a address search box in Search tab. I would like to hide other two tabs if search has not happened yet. So if user hasn't searched any thing other two tabs shouldn't be visible. Can you please tell me how can I achieve this? Hiding tabs is a ...

How to get individual creationPolicy on Canvas child of a TabNavigator?

Having read about Container creationPolicy (thanks all the references in StackOverflow) I have a problem/question: I have a TabNavigator and AS code in the initial Tab needs to reference components of second tab (a Canvas with multiple children). But the components of the second tab are null until that Tab is rendered. According to th...