tabbar

Dynamic tab width in a Flex 4 TabBar component with skin

Hi, I have a Flex 4 TabBar component with a custom skin. In this skin, the item renderer is defined with an ButtonBarButton with a custom skin. All the tabs in the itemrenderer have now the same width. The client however wants me to make the tabs width dynamically, so a smaller tab for a smaller label, a bigger one for a long label. Do...

iPhone 4 - TabBar Icons

Hi, how can I set high qualitiy TabBarIcons so it will look nice on the new iPhone 4 ? Thx Sebastian ...

iPhone Tabbar Application -> hide Navigation Bar in "more"-View

Hi, I'm still new to iPhone development. I have an Application with more than five Tab Bar Items. When I click on the "more" Tab I can click on one of the other 4 visible views. But the Navigation Bar of the "more"-view is still there and I want to remove it. I hope it is clear what I mean with it. Thanks for your help! ...

Why wont my viewDidLoad method execute?

I have an iPhone app, with a tab bar controller. Before the tab bar is loaded, I present a modal view for registration. Once registration is completed this view is dismissed, and the tabs appear, with the "News" tab selected. For some reason, even though the News view is displaying, the viewDidLoad method of the News class is not being c...

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

how to create a tabbar programmatically and adding buttons on it

i want to add buttons on to my tab bar programmatically in my view... i am having navigation controller but it does not allow me to add these .. i want to create programmatically in my view... ...

Tabbar icons issue

My application is a tab bar based app, I have 5 tabs each of which requires to have a customized image for the icon. I tried loading the image for each of the tabs, and it works. The problem is I see a greyish circle for one of the icons, instead of a football image. Each of these images are in .png i.e transparent. The football art is...

Android Market-like tabbar

What's the best way to implement an Android Market-like tabbar (Apps/Games/Downloads)? It would be great if I could use TabHost, but I believe it doesn't allow this level of customization. ...

Tabbar without Text under the icons (iphone)

Hi *, i try to remove the text under the icons in my tabbar (created with the IB). At start i see no text, after clicking on it and change to the other view i see the text. how can i hide the text also in the other views ? thx ...

tab views on iPad not resizing

My view doesn't stretch to fit the current orientation! I am creating a tab bar application. I replicated the sample one that you create when you "create a new tab bar application". Everything works except when I change the orientation of the iPad it rotates the view, the tab bar stretches out on the bottom, but the view doesn't resize....

iPad tab bar app not autorotating

I made a tab bar application, but it will not rotate into landscape. I have the 'shouldAutoRotate' set to "return YES" but that doesn't work... Any suggestions? ...

Vertical Tab Bars?

I was wondering if anyone knows where I can find documentation or a tutorial on how to make a vertical tab bar for iOS like in 1Password or 2do. I figure that these aren't "real" tab bars, but I'd really like to use that functionality and I'm at a loss on how to accomplish it. Thanks in advance for any help! ...

iPhone4.0: pushing a navigationController over a TabbarController

Problem: after pushing the UINavigationController to the tabBarController nothing changes. I have a tabbar based app, and it contains a button, that should open up a navigation based page to show images when touched by the user. The code snippet that I used and modified from stackoverflow does not seem to work. Could please someone take...

How a new view in Tab bar app, that is not part of tab bar, but does not hid the tab bar.

Hi guys. I have a tab bar app, created from the template. One of the views is a tableview, and when the user touches the header I have a new tableview flip over to show some new data. When the new tableview displays, it hides the tab bar. I want the table bar to be visable and active. I cant seem to work out how to do this. Any pointer...

iPhone 4 Tab Bar Icons

I'm having some issues getting high resolution tab bar icons displaying correctly for iPhone 4. Basically I'm using the Apple guidelines of 96 x 64 for high resolution icons, but when I do this, my icon looks like it is being scaled many times in the tab bar icon area and only part of the icon appears. If I set the icon size to 30 x 30...

Flex4 TabBar skinning

Hello everyone. I have trying to skin TabBar and NavigatorContent. Please see image for explanation - All tabs are transparent (alpha 0.6) and also their borders. How can I remove top border from NavigatorContent under selected buttonTab ? ...

How to init UIViewController orientation of a TabBar ?

Hi I have an iPad application with a TabBar , each item of my TabBar is a ViewController that contains a WebView. When the iPad is in landscape mode and I launch my application, the first ViewController (or item) shows me the webview in landscape mode. But the others ViewControllers/items are still in portrait mode. I have to rotate to...

Ext.TabPanel items handler

Hello. Is there any possibility to get an event when you click on the tab? var buttons = [ { title: 'Home', iconCls: 'home' }, { title: 'Search', iconCls: 'search' } ]; var panel = new Ext.TabPanel({ fullscreen: true, cls: 'panel', ui: 'dark', tabBar: { ...

iPhone similar tabbar

Hello people, i'd like to have iPhone similar tabbar in my Android-Applications or to write my own tabbar. I found already, how to place tabs at screen's bottom. It's really easy. I found this tutorial as well, which looks very nice, but it works (is it true?!) only on SDK 1.6 and later, because of setIndicator(View v) But maybe anyb...

UIWebView over TabBar

Hi, I have a Tabbar application with a navigation controller (classic). At some point when a url is selected a WebView controller is displayed with the appropriate url address. I want to be able to use the tabbar area placing the webview over it. I tried [self.tabBarController.tabBar setHidden:TRUE]; but this just makes the tabbar wh...