Titanium Community Questions & Answer Archive

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

Window Header Problem

Hiya,
i'm creating an app with 3 tabs = 3 windows….i gave them a specific barColor and an titleImage to customise the app to the brand.

But i got weird erros…eg sometime…actually every 2. start of my app the 1. tab/window gets loaded fine…but if i click the 2. tab/window there is no barcolor / image(its just looks standard) :( …but if i switch a second time between this 2 tabs its magically loads the barColor / image fine

Source example :

appConfig = Object(); // pseudo config file for global usage

appConfig.window_header       = 'img/cineLogo.png'; 
appConfig.backgroundColor_bar = '#3e3633';

var winList = Titanium.UI.createWindow({  
    title           : 'Liste',
    titleImage      : appConfig.window_header,
    backgroundColor : appConfig.backgroundColor, 
    url             : 'windows/windowCineList.js'

});
— asked May 29th 2010 by Toni Gurski
  • head
  • no
  • styling
  • titleimage
  • window
0 Comments

2 Answers

  • Take a look here Toni

    — answered May 24th 2011 by Mattias Lundström
    permalink
    0 Comments
  • Take a look here Toni

    — answered May 24th 2011 by Mattias Lundström
    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.