scrolling widget batshit insane on android

Any update on this? It’s annoying to have to change friction to 0.1 for android builds. It also looks shoddy. [import]uid: 94304 topic_id: 31144 reply_id: 127319[/import]

I am glad to report that this issue has been fixed in daily build 936.
Thanks for your patience. [import]uid: 84637 topic_id: 31144 reply_id: 128274[/import]

I am glad to report that this issue has been fixed in daily build 936.
Thanks for your patience. [import]uid: 84637 topic_id: 31144 reply_id: 128274[/import]

Where can I find the new scrollView.lua.file. We have implemented our own scroll module but we used the old one. Is it possible to get the updated scrollView source code ?
We can’t use [lua]widget.newScrollView[/lua] because there are still a lot of probem. [import]uid: 138389 topic_id: 31144 reply_id: 139600[/import]

Where can I find the new scrollView.lua.file. We have implemented our own scroll module but we used the old one. Is it possible to get the updated scrollView source code ?
We can’t use [lua]widget.newScrollView[/lua] because there are still a lot of probem. [import]uid: 138389 topic_id: 31144 reply_id: 139600[/import]

Please could someone from Corona answer.
Just post the updated scrollview.lua nothing more. [import]uid: 138389 topic_id: 31144 reply_id: 141428[/import]

The last version of scrollView.lua made by former employee gilbert is available on github: https://github.com/ansca/Scroll-View

We are close to releasing our new widget library also so stay tuned for that. [import]uid: 84637 topic_id: 31144 reply_id: 141571[/import]

Finally, there will be a decent scrolling. [import]uid: 138389 topic_id: 31144 reply_id: 141723[/import]

Please could someone from Corona answer.
Just post the updated scrollview.lua nothing more. [import]uid: 138389 topic_id: 31144 reply_id: 141428[/import]

The last version of scrollView.lua made by former employee gilbert is available on github: https://github.com/ansca/Scroll-View

We are close to releasing our new widget library also so stay tuned for that. [import]uid: 84637 topic_id: 31144 reply_id: 141571[/import]

Finally, there will be a decent scrolling. [import]uid: 138389 topic_id: 31144 reply_id: 141723[/import]

I’m hoping that the widget library update will fix my scrollview issues.

Sitting on my hands waiting for it. [import]uid: 170004 topic_id: 31144 reply_id: 143189[/import]

Danny , Why the updated widget.scrollview don’t have onMove event listener. How to fix this ? Is there a way to add it. I added a rect to group and assigned a move event but now it will not scroll anymore. Is here a way to make it call onMove when I am scrolling the scrollview ? [import]uid: 138389 topic_id: 31144 reply_id: 143200[/import]

@vovasoft, the new/updated scrollView hasn’t been released yet. [import]uid: 84637 topic_id: 31144 reply_id: 143202[/import]

Yes I know, We are waiting but until then there was a fix for the old widget.scrollView in build 2012.962 I think:

Merge widget: (1) Fixes casenums: 18538, 18537, 18503. (2) Fixes issues where widgets would be created with a center reference point when setting left/top values instead of a top left reference point. (3) Fixes issues where moving widgets to a different position than initial creation position could result in calculations reporting incorrectly.
If you see the https://github.com/ansca/Scroll-View by gilbert when is scrolled there is a “move” event dispatched. How could I have the same think in widget.scrollView because there is no “move” event, just “scroll began” and “scroll ended”. [import]uid: 138389 topic_id: 31144 reply_id: 143208[/import]

The new scrollView gives you “began”, “moved” and “ended” events.

I haven’t looked at the old widget code in over 3 months so any answer I could give you might not be 100% correct.
[import]uid: 84637 topic_id: 31144 reply_id: 143209[/import]

Resolved : There was a return true in some place. Now it is working.
You said a new scrollView is coming soon. Will it be an update of acttual widget.scrollView or it will be a native scrollView ? [import]uid: 138389 topic_id: 31144 reply_id: 143213[/import]

It is simply a complete re-write of the scrollView. That goes for all widgets in the new widget library.
Hope this helps. [import]uid: 84637 topic_id: 31144 reply_id: 143215[/import]

I’m hoping that the widget library update will fix my scrollview issues.

Sitting on my hands waiting for it. [import]uid: 170004 topic_id: 31144 reply_id: 143189[/import]

Danny , Why the updated widget.scrollview don’t have onMove event listener. How to fix this ? Is there a way to add it. I added a rect to group and assigned a move event but now it will not scroll anymore. Is here a way to make it call onMove when I am scrolling the scrollview ? [import]uid: 138389 topic_id: 31144 reply_id: 143200[/import]