Community Questions & Answers
TableViewStyle.GROUPED adding a check
I have grouped styling, but would like to know how to add a check mark on each TableViewRow, any help would be great. Thanks
Weird Rows: TableView Grouped Style
Hello Ti Devs, I'm hoping someone is browsing through during the holidays. I have a weird looking tableView with the style Property set to GROUPED. I add the rows to my table in the following manner: ~~~~ var addRowFromData = function(data) { var...
iOS SDK 6 and grouped tableview transparancy/background color failure
There appears to be a bug with iOS SDK 6 and TableViews with GROUPED styling. It seems to ignore background color/image settings.  I tried with the latest CI build, and it still...
TableViewStyle.GROUPED does not accept backgroundColor parameter
Hi, Whatever I put in the backgroundColor parameter including transparent, it simply disregards it. Also, the Table View With API -> Table View (Style 3) in the Kitchen Sink has the same problem. The example code has chip.jpg for the window...
Grouped TableView 'auto' width + scrolling = problems
Whenever I have a grouped TableView with enough content that it requires scrolling, I run into problems with the padding of the rows changing as they're scrolled in and out of view. The following image highlights the problem (notice the alignment of the...
Background window: grouped tableview style
Hello Is it possible to give a window the background of a grouped tableview style? I currently have a small image of a part of the grouped tableview style (for my webView), but a window doesn't repeat the background, so it just stretches. Can anyone...
TableView style on 2.0.1GA2 SDK
Hi all. Are you having any problems setting the style of a tableView to a grouped table? LEt me try to explain what is happening to me from the 2.0.1GA2 SDK: This works: ~~~ var myTableView =...
Row style when Ti.UI.iPhone.TableViewStyle.GROUPED
Hello, Is it possible to have a row without the rounded corner in a TableView when using 'Ti.UI.iPhone.TableViewStyle.GROUPED' ? I can set the backgroundColor to be transparant, but that still gives me the rounded corner and the bevel.
Tableview style strange behavior
I'm experiencing this kind of problem: *sometimes* and with sometimes i mean random, compiling the application for the device a tableview (configured as a grouped tableview) appears as a plain tableview. Recompiling solves the problem. Compiling for the...
Dynamic height on a row TableViewStyle.GROUPED style
Hi. So i've been looking in the Q&A to fix my problem, but well, i didn't find anything... I mean, i've seen that some people had the same problem, but questions were asked like 12 months ago... Here my problem. I want to use a TableView with a...
iPad grouped tableview background (+ Lighthouse doesn't open)
Hello Can anyone tell me how to fix the problem with the tableview grouped background? It's not working. I found some questions with the answer to check the following...
TableView GROUPED styling not working
Here's my code for the table: ~~~ var settingsMenuTable = Titanium.UI.createTableView({ style: Titanium.UI.iPhone.TableViewStyle.GROUPED, top: 0, bottom: 0, left: 0, right: 0, scrollable: false }); ~~~ For some reason, it's...
Grouped TableView for Android! A good workaround!
Hello all. I wanted to contribute my work here for those of you looking to use grouped tables on Android. I created a sort of workaround to make it look like a grouped table. I hope this helps...
Add html to grouped tableview (or webview to grouped tableview)
Hello I have a tableview which is used to show details of something. The description of the it is html encoded in the database, so I guess I'll have to put it in a webview? Now is the question if it is possible to add the webview to the tableview, or to...
Delete headers in grouped tableview
**Updated question:** How do I delete sections in a tableview? **Old question:** I'm deleting rows with headers in a grouped tableview. The row itself disappears, but the header doesn't. Is possible to delete the header as well? I get the same problem...
How to remove the border of a grouped table view?
Is there any way to get rid of the border around a table section? Are the borderColor, borderRadius and borderWidth properties already implemented? This code won't change anything for a grouped table view: ~~~ var section =...
[mobile] simple group tableView not showing up!! help!!
i am just trying to load a very simple grouped tableView inside of a scrollView and is not showing up in the iPhone simulator. any help would be appreciated. here is what i have: ~~~ var win = Titanium.UI.currentWindow; win.backgroundColor =...
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', ...
Grouped Table View, incorrect text wrapping
I am having problems with text correctly wrapping when using a grouped table display. The following example (~50 lines of code) highlights the problem: [id]: http://pastie.org/1054081 [http://pastie.org/1054081](http://pastie.org/1054081) Notice that the...
Titanium for Blackberry and iOS4
Hi Few weeks ago, I signed up for Ti Blackberry beta. Any update on that? Also, when will mobile sdk 1.4 be available. The issue with Grouped Rows not rendering properly is very visible/obvious to users... Thanks!
Grouped TableView not Rendering Correctly with iOS4
I just updated the SDK to 4.0, and I also flashed my iPhone with iOS4. All of my TableViews that are 'grouped' (i.e. style: Titanium.UI.iPhone.TableViewStyle.GROUPED) are not rendering as such. They are rendering as normal table views. But, this issue...
iPad - Masterview grouped table view background nowt working
I'm trying to change the background color of a grouped table view like this with no success: ~~~ var feedsTable = Ti.UI.createTableView({ data:data, style:Titanium.UI.iPhone.TableViewStyle.GROUPED, backgroundColor: '#fdf5e5', rowBackgroundColor:...
Showing 1-22 of 22