?:0: Attempt To Call Method 'setfillcolor' (A Nil Value)

it mostly happened when tableview:reloadData() called

Regards,
Usman Mughal

Hi @Usman,

I have not seen this any time recently. Can you post your widget code so I can inspect? Are you possibly still running in Graphics 1.0 “compatibility” mode?

Brent

No, I have upgraded project to graphics 2.0

I can’t upload code right now but it can be reproduced. I can upload code latter if needed. Main issue is with tableview:reloadData(). By the way I have fixed it by added custem function of relaod data.

Steps may help to reproduce issue:
1 - Create tableview
2 - Add row touch and row render functions.(In my case row has a full image(background), a lable and overlay to dull the row little bit)
3 - Add tableview:reloadData() in row touch function
4 - Play with tableview scrolling(scroll and touch or touch and scroll)

I hope it will help. Thanks

Regards,
Usman Mughal