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

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

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

Post by Jellobus » Wed Jun 01, 2016 10:31 am

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
Attachments
scrollerTest-LC8.0.1.livecode.zip
weird scrolling behaviour in LC 8.0.1
(3.13 KiB) Downloaded 235 times
Last edited by Jellobus on Fri Jun 03, 2016 3:12 am, edited 1 time in total.

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

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

Post by dave.kilroy » Wed Jun 01, 2016 1:28 pm

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
"...this is not the code you are looking for..."

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

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

Post by jacque » Wed Jun 01, 2016 6:48 pm

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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

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

Post by Jellobus » Wed Jun 01, 2016 11:54 pm

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.

Post Reply