Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
513 views

TabNavigator can't handle disabled children in Flex 4.5

I've got a problem while migrating my TabNavigator from Flex 3 to Flex 4.5. Stripped to the bare minimum, the following code will produce the bug, namely that the second child of the TabNavigator ...
1
vote
1answer
184 views

Error in Flex webapp with TabNavigator loaded using SWFLoader - WebKit browsers

I use a flex app (A) to load another flex app (B) using SWFLoader (both built using Flex Builder 3 sometime ago). Everything works fine as expected across all (IE, FF, Chrome, Safari) desktop ...
1
vote
2answers
374 views

TabNavigation on window elements in WPF

in my WPF 4.0 desktop-based application I want to add ability to traverse through window's elements by pressing Tab-button. Here is fragment of my XAML: <!--main body layout--> ...
1
vote
1answer
385 views

How can I “preload” the Google Maps API in a FLEX 3.5 TabNavigator Tab?

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 ...
0
votes
1answer
22 views

Cannot get click=“{ myTabNavigator.selectedIndex=3}” to work

I have a mx:TabNavigator with 5 tabs. As a secondary navigation option for the user there is a "Next" button on each tab that takes the user to the next tab. Each "Next" button uses click="{ ...
0
votes
0answers
24 views

Flex: Adding tabs with Actionscript to TabNavigator => not displayed

in the ModelLocator (singleton according to Cairngrom) I do create an instance of a TabNavigator: public var tabNavEngTypeDet:TabNavigator = new TabNavigator(); public var tabNavEngDet:TabNavigator = ...
0
votes
1answer
80 views

How to open a new tab on button click

I have a tab navigator which contains the 4 tabs Account, Configuration, System and Dashboard. In the Configuration tab there is a button labeled add new config. If the user clicks this button the ...
0
votes
1answer
65 views

flex 4.5 programmatically select tabnavigator by id

Is there a way to programmatically select the tab displayed in the tabnavigator by using id instead of selectedIndex?
0
votes
0answers
85 views

Refreshing a Spark TabNavigator child

I am developing a flex application which has a master detail pages. The master page has a list of items in a datagrid and when the user clicks on an item the tabnavigator child is switched to display ...
0
votes
1answer
224 views

Loading Components Dynamically in Flex 4

I have an application whereby I am creating tabs in a TabNavigator dynamically. As you can see as per my codes I am basically having 5 tabs with specific names. Now I also have 5 mxml components with ...
0
votes
0answers
134 views

How to create Tabs from Modules in an ns:Supertabnavigator in Flex 4?

Hello I am trying to create Tabs in SuperTabNavigator (available in flexlib). SuperTabNavigator is an extension to the mx:TabNavigator. In mx:TabNavigator, it is possible to create tabs from ...
0
votes
2answers
334 views

Flex 4.5 TabNavigator cornerRadius not working

I'm having the hardest time finding a way to simply add rounded tabs to a TabNavigator control. I have seen examples which seem to be really simple but they don't seem to work in Flex 4.5. Here is ...
0
votes
3answers
324 views

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 ...
0
votes
1answer
75 views

How to lie two canvas at one Tab Navigator?

I want to lie two canvas at one Tab Navigator. when I use <mx:local it created multiple tab.
0
votes
0answers
231 views

Flex Alert / Title window for each child of tab navigator

I have a tabnavigator i want to display a alert type window on each tab child , when user clicks a tab it will need to show it's won alert type window and needs to show different one for another tag ...
0
votes
2answers
2k views

flex tabnavigator tabs click event

I have a <mx:TabNavigator> which has some <s:NavigatorContent> tags as children . I want the tabs to dispatch an event when I click them . I tried the "click" event in NavigatorContent but ...
0
votes
0answers
416 views

TabNavigator tab content retains strangely- FlashBuilder 4

I have a strange problem where I am trying to build tabs in a tab navigator with a combination of mxml and AS-3. Somehow the last mxml tab contents are visible even on chosing the AS tabs- the problem ...
0
votes
1answer
848 views

Flex 3 or 4. To have TabNavigator with the Button on the Bottom

Is it possible to place the Tabs on the bottom of a TabNavigator? Currently, I want to see if Flex4 can cretae tabs for me positioned on the bottom. Currently I can use library://ns.tink.ws/flex/mx ...
0
votes
1answer
334 views

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 ...
0
votes
1answer
704 views

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. ...
0
votes
1answer
378 views

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 ...
0
votes
1answer
570 views

Adobe Flex: hiding tab bar in tabNavigator

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 ...
0
votes
2answers
2k views

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 ...