No lines visible on widget.newTableView

I have a problem with widget.newTableView, i set the lines betweens the rows but this doesn’t work i try the app samples and there’s no lines either. I’m using Corona Version 2012.930 (2012.10.8)
here’s the code.
list = widget.newTableView{
top = titleBar.height+50;
width = 320,
height = 448,
bottomPadding = 200,
hideBackground =true,
}

for i = 1, #data do
list:insertRow{
id = data[i].contactid,
height = 40,
onRender = onRowRender,
listener = onRowTouch,
rowColor = {155,155,155,20},
lineColor = {37,37,37,255}
}
end [import]uid: 178315 topic_id: 32252 reply_id: 332252[/import]

I’m seeing kind of the opposite problem. I have noLines set to true and I periodically get lines. I can almost cause it to repeat in my code, but …

In your case, since you didn’t post your onRowRender code, I’ll have to speculate, but if your rows are 40px high, are you putting something in the row that’s maybe 41px high? Or if it’s the other way, the row line happens to be the 40th pixel row and your 40px back ground is covering it up. [import]uid: 19626 topic_id: 32252 reply_id: 128336[/import]

I’m seeing kind of the opposite problem. I have noLines set to true and I periodically get lines. I can almost cause it to repeat in my code, but …

In your case, since you didn’t post your onRowRender code, I’ll have to speculate, but if your rows are 40px high, are you putting something in the row that’s maybe 41px high? Or if it’s the other way, the row line happens to be the 40th pixel row and your 40px back ground is covering it up. [import]uid: 19626 topic_id: 32252 reply_id: 128336[/import]

Maybe the same issue I raised that in one version of the daily builds it shows line… use the new version 930 and no more lines. [import]uid: 18783 topic_id: 32252 reply_id: 128640[/import]

Maybe the same issue I raised that in one version of the daily builds it shows line… use the new version 930 and no more lines. [import]uid: 18783 topic_id: 32252 reply_id: 128640[/import]

Same issue here new daily builds no lines… [import]uid: 8629 topic_id: 32252 reply_id: 129126[/import]

Same issue here new daily builds no lines… [import]uid: 8629 topic_id: 32252 reply_id: 129126[/import]