Re: Android native scroller

2023-04-07 Thread Klaus major-k via use-livecode
Hi Brian, > Am 07.04.2023 um 14:22 schrieb Brian Milby via use-livecode > : > > I can’t look at code right now but essentially you need to match the native > scroller with the field scroll position as a separate step. yep, that's it, but Panos was a tad faster! ;-) Thank you! > Brian Milby >

Re: Android native scroller

2023-04-07 Thread Klaus major-k via use-livecode
Hi Panos, > Am 07.04.2023 um 14:19 schrieb panagiotis m via use-livecode > : > > Hello Klaus, > > I _think_ you also have to do: > mobileControlSet "myScroller", "vScroll", 1670 YES, you thought right, that was it. :-) Thanks a BUNCH! > Kind regards, > Panos Best Klaus -- Klaus Major

Re: Android native scroller

2023-04-07 Thread Brian Milby via use-livecode
I can’t look at code right now but essentially you need to match the native scroller with the field scroll position as a separate step. Brian Milby br...@milby7.com > On Apr 7, 2023, at 8:05 AM, Klaus major-k via use-livecode > wrote: > > Hi friends, > > I have a working scroller for a

Re: Android native scroller

2023-04-07 Thread panagiotis m via use-livecode
Hello Klaus, I _think_ you also have to do: mobileControlSet "myScroller", "vScroll", 1670 Kind regards, Panos -- On Fri, 7 Apr 2023 at 15:05, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi friends, > > I have a working scroller for a long field on Android. > The

Android native scroller

2023-04-07 Thread Klaus major-k via use-livecode
Hi friends, I have a working scroller for a long field on Android. The user can "jump" to a certain position in the text with: on mouseup set the vScroll of group "scrollgroup" to 1670 end mouseup So far, so good. But when the user