Community Questions & Answers

No way to hide tabbar on Android?

I'm trying to convert an already-built iOS app to android but having issues trying to hide a tabbar which appeared at the top of the screen. It doesn't appear on iOS. Do tabbars have to appear on android for some reason? It's too big of a job to rebuild...

Changing TabBar backgroundColor

Hello, has anyone had the chance to solve this : http://support.appcelerator.net/discussions/titanium-mobile-discussion/1606-possible-to-change-main-tabbars-color it looks like there is a way to do it in objective C http://silentmac.com/?p=386 thanks...

Getting the index of the current tab

Hello all, As far as I read, the `getCurrentTab()` function of the TabGroup Object returns a Tab Object representing the current tab. I'd live to ask if there is a way to get the index instead of the actual current tab?

tab bar at bottom in android

Hi, I am trying to place tab bar at bottom for android but I am unable to do that. I have tried with titanium SDK 2.1.4 and SDK 3.0.2 both but nothing worked for me. I have also created titanium_tabgroup.xml file inside platform/android/res/layout...

Replace window on current tab

I'm trying to replace the window on current tab by clicking on button, but I can't figure out how to do this. Before I just tries to open window in tab without animation and hiding back button, but the problem was when you clicking on tab icon the first...

how to create custom tab bar

Hi, I want to create a custom tab bar, with custom images (normal and selected), and other way to open the windows asociated to this tabs. For example... I have 4 tabs: Tab1, Tab2, Tab3, Tab4 For example, if I open the Tab2... this tab open with...

Place image over website opened in tab?

Hi everyone. I have an app where one tab will open up a web page within the app. At the top of this web page, there's a few links that if you click on them, ruin the whole functionality of the app. What I'd like to do is place an image running along the...

Icons missing from Action Bar tabs

For an Android build, I set the Holo theme, setTargetSdkVersion="14", minSdkVersion="8", and there is a nice action bar tab group for Android 3.0+ and the fallback standard tab group for Android 2.x. However, the tab icons don't show up...

Titanium.UI.currentTab.open doesnt work on Android?

Does this not work on Android? Most of my apps have been with iOS, and it works on the ones set up in the app.js. The windows being created are just your standard window, but when I try and use this method in Android, I get a "Can not call method...

View adding problem

hi. I want to ask something.I have 4-5 child view js file and include main js. My app tabbed app. and I added wiew first window and second window .I see first window and second window.and go back to second window to first window I cannot seee child view....

adding problem

Hi, I m using Ti 3.0 and develop for ios6.and my application have many tab.and I want to add my view to four tab.please help.

maximum number of tab

Hi, I m using Ti 3.0 and developing for ios 6 and I have problem with numbber of tabs.My ipad apps landscape and it show only 7 tabs and more tab. I want to seee all tabs in lowerside in my apps.

Splitview on ipad and tabgroup

Hello, i've a question about "best practices" or if this approach is correct. i have an app that uses tab as if main navigation, but, i want to use a splitview when using iPad, to one of its tab views. the main problem i have is, that this view...

Active tab of tabGroup

Hi at all, i have a tabGroup: ~~~ var win1 = Titanium.UI.createWindow({ navBarHidden:true, backgroundColor:'#4A5870' }); var tab1 = Titanium.UI.createTab({ icon:'83-calendarBB.png', title:'Calcetti', window:win1 }); var win2 =...

Photoshopped Android Screenshot? Need advice

http://postimage.org/image/z3bu7tc13/ Someone send me a screenshot of an so called Android App tab version. I suspect this is photoshopped because of the rounded edges. Imo the android time info is pasted above an Ipad screenshot. What do you guy's...

close multiple sub windows in a tab

in tab 1 i have three sub wins win1 win2 win3 win4 how do i close win4 and win3 from win4 and return to win2 i have tried to fire and event back to win3 and tried to close it but that did not work

190 views
asked 4 months ago by sk cr
last activity 4 months ago

go to root window of tab

i have tab1 and tab2 tab1 root window is win1 in tab1 subwindow is open which is win2 now i go to tab2 which i go back to tab1 i still see the subwindow open which is win2 how can i make win1(root window) show every time i go to tab1

204 views
asked 4 months ago by sk cr
last activity 4 months ago

create imageView below the tab on iOS

I have a iOS project using Titanium SDK, and the application likes like this: ---the top of the phone-- ????? ???? ???? tab1 tab2 tab3 ---the bottom of the phone-- It's mean, I have some tab on the bottom of the win by using...

how to make the tabs load their default win

i have two tabs tab1 and tab2 tab 1 have win1 and win2 tab2 have win3 and win4 tab 1 loads win1 by default and then it links to win2 at that point when i go to tab2 and then come back to tab 1 i still see win2 how i can make the tab to always load...

193 views
asked 4 months ago by sk cr
last activity 4 months ago

tab click

Hi, My problem is: if a tab opens a second window and I tap on that active tab again, it goes back to the firstwindow. I dont need to comeback to the first window because in the first window i have a poll and when we vote, the first window is desactived...

Opening window problem

I have the following error while trying opening the photos window in album.js: 'undefined' is not an object (evaluating youtube.photosResult.createPhotosWindow) at home.js line 72. what can I do? this is app.js: ~~~ var VARS =require('globals'); //Here we...

tab focus and blur

hi, i have this event on tab : ~~~~ var tab5 = Titanium.UI.createTab({ icon: 'images/sondage.png', title: '???????', window: winSondage }); tab5.addEventListener('focus', function(e){ alert('focus'); }); tab5.addEventListener('i',...

call function defined in other tab

i have app with three tabs tab1 and tab2 and tab3 tab1 is a login window how can i call a export function defined in tab2 and tab3 from tab1 ?

Showing 1-50 of 476 1 2 3 4 5 610