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
LC 8.0.1- Bug on scroller, any walk around?? [Bug Confirmed]
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
LC 8.0.1- Bug on scroller, any walk around?? [Bug Confirmed]
- 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.
-
- 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??
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..."
Re: LC 8.0.1- Bug on scroller, any workaround??
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
HyperActive Software | http://www.hyperactivesw.com
Re: LC 8.0.1- Bug on scroller, any workaround??
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.
Without acceleratedRendering, the scroller became very laggy and sluggish.