Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Stupid question- can't see navbar on window?

I must be missing something completely obvious here, but I can't get the navbar to show up for my window. I just have a single window for my iPad app, that I want to fill the screen. This is the code I'm using:

var masterWin = Ti.UI.createWindow({
    barColor:"#000000",
    backgroundColor:"#333333",
    title:"Vehicles"
});

masterWin.open();
— asked May 20th 2010 by Bill Labus
  • navbar
  • window
0 Comments

2 Answers

  • Accepted Answer

    The nav bar is only available within a tab group or the lower level navigation group.

    — answered May 20th 2010 by Damien Elmes
    permalink
    0 Comments
  • Thanks! I added it to a navigation group and it works perfectly!

    — answered May 20th 2010 by Bill Labus
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.