TableView reRender gone but not forgotten

Thanks Atanas. I’ll post back to this discussion group from our back and forth when I am able to get past the build issues.

Thanks ksan. I will try the latest G1 daily build and see if my problems go away. I do want my hands on tableview since it has cost me a lot of precious hair. I might have to bite the bullet and move to G2 to with the hope that I’ll have better luck with tableview issues…sighhh… and I thought I was close to releasing my first app…

I’ve tried 1260 to fix my tableview issues. Things looks better but I now have a storyboard problem - enterScene is not firing in one of my scenes. It just seems to happen with one scene deep down in my app - so I am a bit lost to even reproduce it for a bug submit. So I’ve had to roll back to 1202.

Anyways, has anyone outside of corona tried to build the widget framework at https://github.com/coronalabs/framework-widget ?
I tried to build the code to try to incorporate into my 1202 SDK - I could certainly use some help from folks who have done it before.

Cheers!

Praveen 

Hi Praveen, I am using a custom build of the widgets library and have checked in some changes in a fork on github as well. Let me know what kind of help you need Atanas

The code on GitHub now seems to be post G2 conversion and has code catering for G1 compatibility etc. This means you should really try and use it with 2013.2076 onwards builds. You can try the latest daily build, 2013.2100 with G1 compatibility and see if your app runs without much need for G2 conversion. Good luck. 

Thanks Atanas. I’ll post back to this discussion group from our back and forth when I am able to get past the build issues.

Thanks ksan. I will try the latest G1 daily build and see if my problems go away. I do want my hands on tableview since it has cost me a lot of precious hair. I might have to bite the bullet and move to G2 to with the hope that I’ll have better luck with tableview issues…sighhh… and I thought I was close to releasing my first app…

Hi Guys,

Sorry it took me so long to get back to this…but I might have some good news…

I started fixing some issues with the tableview library, but soon realized I needed to have more flexible insert and delete methods.

So I’ve added two new methods - one for inserting and another for deleting - any number of rows, and at any index position - it also has transition animations. 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 any of your problems…

https://github.com/pspk/NewTableViewDemo

If these changes work out it would be great if Corona would merge them back into the main branch … :slight_smile:

BTW, you can just download the github sources and run the main.lua - it is a demo of the new tableview insert/delete methods…

Thank you for sharing. Looks like it works very well. I just converted a tableview to scroll view 2 days ago because I couldn’t insert at top.

Hi Guys,

Sorry it took me so long to get back to this…but I might have some good news…

I started fixing some issues with the tableview library, but soon realized I needed to have more flexible insert and delete methods.

So I’ve added two new methods - one for inserting and another for deleting - any number of rows, and at any index position - it also has transition animations. 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 any of your problems…

https://github.com/pspk/NewTableViewDemo

If these changes work out it would be great if Corona would merge them back into the main branch … :slight_smile:

BTW, you can just download the github sources and run the main.lua - it is a demo of the new tableview insert/delete methods…

Thank you for sharing. Looks like it works very well. I just converted a tableview to scroll view 2 days ago because I couldn’t insert at top.