Native scroller giving troubles

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

Scoperzor
Posts: 78
Joined: Tue Jan 27, 2015 1:10 pm

Re: Native scroller giving troubles

Post by Scoperzor » Thu Jul 09, 2015 11:00 am

I've done you've suggested, with no luck. The group scrolls fine now, but the user cannot interact with the page at all until the group is scrolled by finger (setting the vScroll to a number then back to 0 does not trigger this).

I've tried making a new group, which set to the top layer of the card, visible after opening the card by way of a button at the bottom of the card. This button is outside of the group area and is selectable, but items in the top group that becomes visible are not selectable if they are within the scroller group.

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Native scroller giving troubles

Post by Dixie » Thu Jul 09, 2015 12:51 pm

mmm... try adding 'CanCancelTouches'... and 'delayTouches' to your scroller construct

Code: Select all

   mobileControlSet scrollid, "canCancelTouches",true
   mobileControlSet scrollid, "delayTouches", true

Scoperzor
Posts: 78
Joined: Tue Jan 27, 2015 1:10 pm

Re: Native scroller giving troubles

Post by Scoperzor » Mon Jul 13, 2015 7:05 am

I added those, and they did not help.

Post Reply