I need to do some tests and maybe add some new behaviours to the scrollView.
At first, I did some changes to this code: corona/platform/resources/widget.lua at master · coronalabs/corona · GitHub
Not sure if it’s normal, but first: it’s still using deprecated V1 Graphics APIs. Also, it seems a few things don’t work: I’m unable to set “verticalScrollDisabled” or “horizontalScrollDisabled” via the widget’s parameters. I can however “hard code them” directly into the widget source code though.
So i’m wondering: is this the good way to customize existing widgets? Also, is this file the latest up to date code?
Cheers!