Hi…
i tried to make maskFile in my table but i was not able to see the effect of it … here is the code…
[lua]
list = widget.newTableView
{
left =50,
top = 200,
height = _H - 400 ,
width = _W -100,
backgroundColor = { 0.8, 0.8, 0.8 },
maskFile = “mask.png”,
onRowRender = onRowRender,
onRowTouch = onRowTouch,
--listener = scrollListener
}
[/lua]
any idea if i miss something,
Regards
Abdul