I am also experiencing this problem … unless there is a new way to modify a row upon touch that i don’t know about to show that it is selected and change the row’s height, bg color, etc …
I have to delete all rows then scroll to the selected row.
I experience the same issue as is originally reported:
?:0: attempt to call method 'setFillColor' (a nil value) stack traceback: [C]: in function 'setFillColor' ?: in function '\_listener' ?: in function \<?:141\> ?: in function \<?:218\> 2013-06-04 14:01:51.687 Corona Simulator[72920:707] ErrorMessage: Error Message: ?:0: attempt to call method 'setFillColor' (a nil value)
Is there a work-around for this?
Any update on progress on this issue?
Is there a better way to modify a row’s appearance dynamically without the crazy … delete everything and then reassert it all?
[quote name=“Danwu” post=“196078” timestamp=“1375226704”]Have the same bug with 2013.1137… some fix soon?[/quote] I believe it’s been fixed in the daily builds (1166) and since released as updated open source code on GitHub. You can get it there. See the sticky post at the top of this sub forum.
[quote name=“Danwu” post=“196078” timestamp=“1375226704”]Have the same bug with 2013.1137… some fix soon?[/quote] I believe it’s been fixed in the daily builds (1166) and since released as updated open source code on GitHub. You can get it there. See the sticky post at the top of this sub forum.
Hi @amit.jec2005. Build 1202 is quite old. In fact, unless you are doing Android only, you can’t deploy to Apple with that build. We produced a special build 1262 as the last Graphics 1.0 but even then, Apple will only accept builds that have ads in them with that build.
The current public release is 2187a. I would highly recommend updating your Corona SDK to that version. It uses the Graphics 2.0 engine and you will have to make some changes. See the Graphics 2.0 Migration guide:
Hi @amit.jec2005. Build 1202 is quite old. In fact, unless you are doing Android only, you can’t deploy to Apple with that build. We produced a special build 1262 as the last Graphics 1.0 but even then, Apple will only accept builds that have ads in them with that build.
The current public release is 2187a. I would highly recommend updating your Corona SDK to that version. It uses the Graphics 2.0 engine and you will have to make some changes. See the Graphics 2.0 Migration guide:
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?
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)