tableview 2.0 bugs

Hi there,

In the meantime I was able to convert everything to graphics 2.0. I’m using latest daily build.

The tableview widget still has some issues, which have been adressed a very long time ago…

Bug 1:

Inserting a new row, the tableView becomes scrollable, even when the contents height is not large enough to exceed the limits.

Even when you already have a lot of rows which exceed the limit and then add a new row, there’s always some empty padding at the bottom.

See here:

https://vimeo.com/86904254

Bug 2:

When I delete a row and I scroll up and down after that, the content sometimes jumps up and down and / or has some padding at the top and the bottom.

See here:

https://vimeo.com/86904606

This needs to be fixed ASAP IMO!

best regards,

roman

I’ve modified the widget library source code and added two new methods - one for inserting and another for deleting - any number of rows, and at any index position. I’ve uploaded a demo of this along with the modified widget library to github. I have done limited testing - so one caveat is that you should not mix these new methods with the old insert/delete methods. And of course, graphics 2.0 is a requirement. Check it out and see if it solves your problems…

https://github.com/pspk/NewTableViewDemo

I’ve modified the widget library source code and added two new methods - one for inserting and another for deleting - any number of rows, and at any index position. I’ve uploaded a demo of this along with the modified widget library to github. I have done limited testing - so one caveat is that you should not mix these new methods with the old insert/delete methods. And of course, graphics 2.0 is a requirement. Check it out and see if it solves your problems…

https://github.com/pspk/NewTableViewDemo