Page 1 of 1

LC 8.0.1- Bug on scroller, any walk around?? [Bug Confirmed]

Posted: Wed Jun 01, 2016 10:31 am
by Jellobus
Hi all,

I found some weird behaviour in the native scroll when the stack is exported with the latest LC 8.0.1
If the the stack is set the acceleratedRendering to true, the scroller shows whole content which is outside of view area of the scroller group. but it still scrolls.

See the attached stack

1. launch the scrollerTest stack (acceleratedRendering is set to true in the preOpenStack)
2. Issue Found: the contents of the scroller expanded out of the viewable area. but still scrolls
3. click "Set the acceleratedRendering to false" button
4. scroller returns its normal behaviour.
5. click "Set the acceleratedRendering to true" button
6. Issue Found: the contents of the scroller expanded out of the viewable area. but still scrolls
7. if there are moving objects, they won't move well. that means the setting of acceleratedRendering is not returned to true.
*The acceleratedRendering must set to true in the preOpenStack

Please let me know if anyone find around to avoid this problem.

Please help,


Louis

Re: LC 8.0.1- Bug on scroller, any workaround??

Posted: Wed Jun 01, 2016 1:28 pm
by dave.kilroy
Louis, it sounds like you are experiencing the same issue as Dixie - have a look at http://forums.livecode.com/viewtopic.php?f=49&t=27372

Re: LC 8.0.1- Bug on scroller, any workaround??

Posted: Wed Jun 01, 2016 6:48 pm
by jacque
Check the field properties to see if the layerMode is "scrolling". Does that help? AcceleratedRendering uses the layerMode to determine how to animate the object.

Re: LC 8.0.1- Bug on scroller, any workaround??

Posted: Wed Jun 01, 2016 11:54 pm
by Jellobus
The layermode is "scrolling" of course. Just the native scroller seems not working properly with the acceleratedRendering on.
Without acceleratedRendering, the scroller became very laggy and sluggish.