Unable to disable scrolling in MobGUI Scroller

This is the place to discuss anything relating to MobGUI

Moderators: heatherlaine, kevinmiller, robinmiller, malte, splash21

Post Reply
gcbrackett
Posts: 16
Joined: Sun Apr 16, 2006 6:13 pm
Location: Boston MA
Contact:

Unable to disable scrolling in MobGUI Scroller

Post by gcbrackett » Wed Nov 16, 2011 9:51 pm

I've tried two different ways and neither works:

set the uUIScrollView["scrollingEnabled"] of group "listGroup Scroller2" to false
(I check just afterwards and the custom property is indeed set to false but the scroller still scrolls)

and

iphoneControlSet gScrollerA["listGroup Scroller2"], "scrollingEnabled", false

Looks like a bug to me. Also,

scrollerToTop "listGroup Scroller2" DOES NOT scroll to the top for me.

set the vScroll of group "listGroup Scroller2" to 0

DOES work. Another bug I think.
George C Brackett
Principal, George Brackett Associates
http://luceatlux.com

cenglish
Posts: 34
Joined: Wed May 11, 2011 6:44 pm
Location: LA, USA

Re: Unable to disable scrolling in MobGUI Scroller

Post by cenglish » Fri Nov 18, 2011 1:01 am

I've had a similar issue. However, when I use "set the vScroll of group "listGroup Scroller2" to 0, the scroller does so, but when I try to scroll, it resets from the last location that it was scrolled to. Even after using scrollerUpdate and everything.

Post Reply

Return to “MobGUI”