Community Questions & Answers

Customizing a window's titlebar

Hi, I'm trying to make a custom NavigationBar (titlebar) in a window, in a tabgroup. Everything works fine except that the control I set as the titleControl has some kind of margin to it on the sides. I'd need to replace the whole surface of the...

ios title bar button problem ?

here i attached two images.. i want like this. https://lh3.googleusercontent.com/-csAI7OZfAjE/UK3hdHW0-FI/AAAAAAAABBw/cxq9wg3WrzM/s375/Screen+Shot+2012-11-22+at+1.52.27+PM.jpg when i am trying it looks like that.....

Android Title Bar Not Showing

Hi, I cannot get the title bar to show in the Android version of my app. I have tabs. I have this in tiapp.xml ~~~ <fullscreen>false</fullscreen> <navbar-hidden>false</navbar-hidden> ~~~ I have my own titanium_tabgroup.xml which...

More than 2 buttons on titlebar?

I know there is setLeftNavButton and setRightNavButton to add buttons to a title bar. What if I want additional buttons in the title bar (a third title bar button apart from the right and the left nav button)? How do I do that for iPad?

Tab bar buttons wont work!

Can some please check the code.. the Topbar buttons or any content into the window wont get clicked : ~~~ var login = Titanium.UI.createWindow({ title: "Sign up!", backgroundColor: '#bbb', barColor:'#1c4a78', titleImage:...

Titlebar Image not full width?

For some reason, my title bar image won't span the entire width? I even set the width of the image to 1000px but still no luck. Also is there a way to use a 1px wide image and have it...

Title Bar Buttons ...Urgent

I tried alot to find those title-or toolbar buttons but without a clue ...working on iphone and ipad need exact buttons like All-missed Style in the attached image ![alt text]( http://img853.imageshack.us/img853/7704/photox.gif "All-Missed")

Navgroup Titlebar Top/Margin

Hi All, Having some trouble in the following app. As you can see from the screenshot, i cant quite get the titlebar to align to the top of the screen! I think its something to do with the navgroup :( Any ideas on what i need to change? (The problem page...

How to get Titlebar?

[iPhone] How can I get titlebar for a window? I am not using Tabgroup because my app does not need tabs. When I do: `var win = Ti.UI.createWindow({title:'My Window',barColor:'#13386c'});` I dont see the titlebar for this window. How can I make it...

Title Bar & CurrentWindow

Ok... i have found different post of this question but i don't find nothing good solution... I started my IOS project with tab bar now (because i have single windows) change my IOS project from tab to single windows but... title bar hide :( i try to load...

Titlebar Map Button Question

Hi, i'm trying to put "map" button in the titlebar, and when you click it, it opens "map.js" file. Can someone please look at my code and help me figure out what i'm doing wrong? var btnMap =...

Strangest thing happens with titlebar on non tabgroup app

Hi If I create a window in the app.js file directly I can't seem to get the titlebar to show at all. If I create a tabGroup it will show. What is this? It didn't seem to be this way in Mobile SDK before 1.4.2. Anyone experience the same thing?

Desktop Titlebars

I'm trying to make the titlebar of a desktop app a different color and layout, but I can't: 1. Get the background color behind rounded corners to be transparent 2. Allow the window to be dragged when `<chrome>false</chrome>` is used in...

Title bar clipping on device

Hi, I'm new to Titanium and I'm debugging my first app. It's a simple app with several windows and a title bar for each one. Everything looks great on the simulator but when I launch my application on my iPhone, the title bars blinks going from its...

Showing 1-43 of 43