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]