Titanium Community Questions & Answer Archive

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

Bug in Grouped TableView?

Hi there,
I'm deploying an app for iPad and I've been working with tableviews.
This is the code I use:


var myList = Titanium.UI.createTableView({
style:Titanium.UI.iPhone.TableViewStyle.GROUPED,
backgroundColor:'#ff0000',
separatorColor:'#390A0E'
});


The only problem is that the backgroundColor coming out on the app is light gray! I don't know why, but whatever I put on that value is not considered.. I tried even with 'transparent', but it doesn't work. If I change from a grouped tableview to a normal one tho, all of the settings actually work.
Is this a bug?? This is annoying me a bit!

thank you!

— asked December 3rd 2010 by Alberto Marcone
  • grouped
  • tableview
0 Comments

1 Answer

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.