newTableView row height

Hey there,

It seems that the height parameter doesn’t have any influence on the rows height anymore. Does anyone else experience the same problem or is it just me?

  
for i = 1, 20 do  
 list:insertRow{  
 height = 72, rowColor = { 255, 255, 255, 0 },  
 onRender = onRowRender,  
 listener = onRowTouch  
 }  
end  
  

best regards,
roman [import]uid: 140000 topic_id: 36261 reply_id: 336261[/import]

ah it’s because it’s supposed to be called ‘rowHeight’, and not ‘Height’.

some other very bad issue:

I call a storyboard.goto() function in the relase event in the newTableView event listener. if I touch down with the mouse and stay there and move up while i keep the button pressed the simulator crashes and gives me this error:

6900 Segmentation fault: 11 “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
logout
best regards,
roman [import]uid: 140000 topic_id: 36261 reply_id: 144046[/import]

oh and how can I change the default onPress-Color which is blue?

[import]uid: 140000 topic_id: 36261 reply_id: 144048[/import]

What version of Corona SDK are you using? Starting with 1034, we now have widgets 2.0 and they have different names for some things.

[import]uid: 199310 topic_id: 36261 reply_id: 144067[/import]

Hey Rob,

Thanks for the reply. I’m using the latest build 1035. [import]uid: 140000 topic_id: 36261 reply_id: 144125[/import]

I am seeing the same thing… Even if I specify the row height with widget 2.0 it doesn’t seem to change. I submitted a bug yesterday for the category touch issue I saw. Which is if a row is under the category and you touch the category the row under it fires.

Matt [import]uid: 18783 topic_id: 36261 reply_id: 144177[/import]

I’ll pass this along. [import]uid: 199310 topic_id: 36261 reply_id: 144179[/import]

@Matt, thanks for filing the bug report. I will look into it. [import]uid: 84637 topic_id: 36261 reply_id: 144191[/import]

@mattchapman:

The category touch leak issue you raised has been fixed and will be available in the next daily build.
I couldn’t reproduce the rowHeight issue you mentioned.

If you can and would like to file a bug that would be great. http://developer.coronalabs.com/downloads/daily-builds [import]uid: 84637 topic_id: 36261 reply_id: 144319[/import]

row.height = xx did the job as of the build from today. No variation of that seemed to work in the first widget 2.0 daily build.

so I’d say if you have the category touch fixed then all is good!

Thanks for the speedy fix. Updating all my apps to the new widgets since they are much more responsive to touch on the rows then previous version of the widget library.

matt
[import]uid: 18783 topic_id: 36261 reply_id: 144320[/import]

@Matt:

Don’t mention it, my intention is to fix or resolve any issues with widget 2.0 as fast as is humanly possible.

Cheers :slight_smile: [import]uid: 84637 topic_id: 36261 reply_id: 144321[/import]

ah it’s because it’s supposed to be called ‘rowHeight’, and not ‘Height’.

some other very bad issue:

I call a storyboard.goto() function in the relase event in the newTableView event listener. if I touch down with the mouse and stay there and move up while i keep the button pressed the simulator crashes and gives me this error:

6900 Segmentation fault: 11 “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
logout
best regards,
roman [import]uid: 140000 topic_id: 36261 reply_id: 144046[/import]

oh and how can I change the default onPress-Color which is blue?

[import]uid: 140000 topic_id: 36261 reply_id: 144048[/import]

What version of Corona SDK are you using? Starting with 1034, we now have widgets 2.0 and they have different names for some things.

[import]uid: 199310 topic_id: 36261 reply_id: 144067[/import]

Hey Rob,

Thanks for the reply. I’m using the latest build 1035. [import]uid: 140000 topic_id: 36261 reply_id: 144125[/import]

I am seeing the same thing… Even if I specify the row height with widget 2.0 it doesn’t seem to change. I submitted a bug yesterday for the category touch issue I saw. Which is if a row is under the category and you touch the category the row under it fires.

Matt [import]uid: 18783 topic_id: 36261 reply_id: 144177[/import]

I’ll pass this along. [import]uid: 199310 topic_id: 36261 reply_id: 144179[/import]

@Matt, thanks for filing the bug report. I will look into it. [import]uid: 84637 topic_id: 36261 reply_id: 144191[/import]

@mattchapman:

The category touch leak issue you raised has been fixed and will be available in the next daily build.
I couldn’t reproduce the rowHeight issue you mentioned.

If you can and would like to file a bug that would be great. http://developer.coronalabs.com/downloads/daily-builds [import]uid: 84637 topic_id: 36261 reply_id: 144319[/import]

row.height = xx did the job as of the build from today. No variation of that seemed to work in the first widget 2.0 daily build.

so I’d say if you have the category touch fixed then all is good!

Thanks for the speedy fix. Updating all my apps to the new widgets since they are much more responsive to touch on the rows then previous version of the widget library.

matt
[import]uid: 18783 topic_id: 36261 reply_id: 144320[/import]