How to change titlebar text/font colour.
Hi there, I've been able to set the titlebar/navbar colour using the following: var tabGroup = Titanium.UI.createTabGroup( { barColor:'#fff' }); Problem is, with a white titlebar, the text becomes hard...
View ArticleChanged Tabs in other .js files...
Hey all... in my app.js file I define var tabGroup = Titanium.UI.createTabGroup(); and 4 tabs var infoTab = Titanium.UI.createTab({ icon:'KS_nav_views.png', title:'PTO Info', window:winInfo...
View ArticleCustomise tabGroup / tabs
Hi guys, I'm a Indie customer & am having problems trying to style the tabs/tabGroups. I cannot seem to change the background-image for either a tab or more importantly tabGroup. Here is the code:...
View ArticleEdit title of more tab using editButtonTitle doesn't work
So I'm trying to rename the title of my 'More'-tab, because i'm building an App in the Dutch language. Now I'm using the editButtonTitle, but it doesn't seem to pick up the data. This is what i have,...
View ArticleInvalid method (createTabGroup) passed to UIModule
I need to add a TabGroup to an app that was already created a couple weeks back, that only has one window at the time of development (change of plans). When I test the following code to create a new...
View ArticleCustom toolbar on a tabbed window
Hi there, I'm still stuck on something that may either not be possible or really easy to do. I have a very simple app with a TabGroup, 4 tabs pointing to 4 windows. When selecting a tab, the...
View ArticleIs there any way to style a tabGroup and tabs? TI 2.0
Hi, is there any way to style a tabGroup and tabs? The only thing I've been able to do is set the icon on a tab. I'd like to use background images for the tabGroup and tabs. iOS simulator IOS 4.3...
View ArticletabGroup [ERROR] Adding an event listener to a proxy that isn't already in...
I'm getting the following error in the console: [ERROR] Adding an event listener to a proxy that isn't already in the context Using Titanium mobile on OSX Titanium SDK version: 2.0.1 (04/12/12 16:33...
View Article