I am using 2013.1076.
I’ve got an app with just a few scenes. When I am in a scene and have a newTableView on the screen and open a pickerwheel over it and close the pickerwheel again, I get an error if I try to move the list in a place that is not covered by rows (not triggering the onRowTouch event).
I get this error:
Runtime error
?:0: attempt to call method ‘setFillColor’ (a nil value)
stack traceback:
[C]: in function ‘setFillColor’
?: in function ‘touch’
?: in function <?:683>
?: in function <?:218>Handling the unhandled error
The errormessage doesn’t lead me to a place that the problem is occuring. I also scanned my code for the string “setFillColor” and it is not present… Any idea what am I looking at here?
If I first move the list in the newTableView or exit the scene and return to it again, I do not get this error. Using the touch event of the list and returning to the list, does not help to evade the problem.