Titanium Community Questions & Answer Archive

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

BG Color Showing Up before TableView?

Alright so I have a TableView with several options (Preference, etc.). Right now I have it so that when you click the TableView, it will create a new page that links to a file and displays it. You can see here how I have it set up.

What is my problem? Well when I click one of the Rows, the page will open fine but quickly a little black box will show (Usually on the right of the screen) and then disappear quickly, showing the page.

I was looking at some other pages and they all seem to do this, and I'm not sure how to get rid of that box that shows up. Is the page loading too slowly, or what?

— asked August 25th 2010 by Colton Arabsky
  • tableview
  • tableviewrow
0 Comments

2 Answers

  • It might have to do something with loading yes. I think it's the backgroundColor of your application showing. You can change this color in app.js like this:

    Titanium.UI.setBackgroundColor('#dbdbd9');
    
    — answered August 26th 2010 by Richard Venneman
    permalink
    0 Comments
  • Nope. Still shows… This time (With that line added in) I think it shows for an even longer period of time too…

    — answered August 26th 2010 by Colton Arabsky
    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.