Search found 3 matches

by nuis
Tue May 07, 2013 12:31 pm
Forum: Android Deployment
Topic: DelayTouches for Android?
Replies: 10
Views: 10062

Re: DelayTouches for Android?

Thank you for the explanation and the snippet, that handling is very charming.
Have still much to learn. :)
It works very nice for my scrollers.
I will give the native android field a try also.
Have a nice day jacque
by nuis
Mon May 06, 2013 8:07 pm
Forum: Android Deployment
Topic: DelayTouches for Android?
Replies: 10
Views: 10062

Re: DelayTouches for Android?

Thank you for the hints. I am having a try on your suggestions but
also having a hard time to find out how far the scroll did change.

Just ended up with the following lines:

on scrollerDidScroll hOffset, vOffset

if vOffset > the vScroll of group "MyScrollGroup" then
put vOffset - the vScroll ...
by nuis
Mon May 06, 2013 5:21 pm
Forum: Android Deployment
Topic: DelayTouches for Android?
Replies: 10
Views: 10062

Re: DelayTouches for Android?

Hello,
I am facing the exact same issue. How can I prevent a selection when i just want to scroll.
I am using the mobileControlSet scroller. I see, at least in the iOS simulator, that this is handled niceley there,
even without setting that property. On an android device the scrolling is interrupted ...