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

You see this issue on daily build 1105?

No, I have 2013.1101, I’ll download the 11.05 and test with it… thanks!

Hi Danny, I still have the same problem with the 11.05.

How are you getting this error? I tested this against the sample in Chevol’s bug report and also another sample and could not reproduce it.

Let me know

Hi Danny, I’ll tray to explain it as best as I can:

  1. First I have a TableView, a TabBar in the botton, and a image on the top as a navigator bar.
  2. In the navigator bar, i have too images that I use as a way to sort the items on the TableView.
  3. When the first item of the tableview is in the y=0 position, or its start position, touch any of the sort images, I delete all the items of the TableView and add the new items in the new sort mode. Here there is no problem.
  4. The problem is when I scroll the TableView and one of the items is under the navigator bar. If I touch anhy of the sort images, then all of my code executes with out problems and suddenly it crashes.

I send you a image of the problem. Hope it helps. Thanks a lot!

Has anyone filed a bug on this yet? Basically if you have a tableview and scroll passed the bonds(where there are no rows) it throws this error. Easy to reproduce so easy to make a test case for filing a bug. So if nobody has done it yet I’ll do it, if someone has please post the case number so we can see when its resolved.

I have not filed a bug report, and I don’t think anyone else did, so it would be nice if you would file it.

Had the same issues and other strange behavior with tableview. Rolled back from build .1092 to .1089 and all troubles seems to be gone.

Bug submitted Case number: 23193

Chevol, does this issue occur with the latest daily build?

Yes sir.

Hey! I have the same problem with the tableview even with the latest daily build. Thanks chevol por making the Bug case number 23193. Have they responded on when it could be resolved?

You see this issue on daily build 1105?

No, I have 2013.1101, I’ll download the 11.05 and test with it… thanks!

Hi Danny, I still have the same problem with the 11.05.

How are you getting this error? I tested this against the sample in Chevol’s bug report and also another sample and could not reproduce it.

Let me know

Hi Danny, I’ll tray to explain it as best as I can:

  1. First I have a TableView, a TabBar in the botton, and a image on the top as a navigator bar.
  2. In the navigator bar, i have too images that I use as a way to sort the items on the TableView.
  3. When the first item of the tableview is in the y=0 position, or its start position, touch any of the sort images, I delete all the items of the TableView and add the new items in the new sort mode. Here there is no problem.
  4. The problem is when I scroll the TableView and one of the items is under the navigator bar. If I touch anhy of the sort images, then all of my code executes with out problems and suddenly it crashes.

I send you a image of the problem. Hope it helps. Thanks a lot!

I was just doing some testing as to how this error occurs and found out that it happens every time I am swiping the tableview with 2 fingers realy fast. Maybe this can help you find out what the problem is :wink:

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: &nbsp;&nbsp;&nbsp;&nbsp;[C]: in function 'setFillColor' &nbsp;&nbsp;&nbsp;&nbsp;?: in function '\_listener' &nbsp;&nbsp;&nbsp;&nbsp;?: in function \<?:141\> &nbsp;&nbsp;&nbsp;&nbsp;?: 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)&nbsp; &nbsp;

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?

thanks!

Cheers,

m

I was just doing some testing as to how this error occurs and found out that it happens every time I am swiping the tableview with 2 fingers realy fast. Maybe this can help you find out what the problem is :wink: