Whaa? I’m on 9.6.9 I’ll have another peek. Probably typed something wrong in
the message box.
Sent from my iPhone
> On Apr 7, 2023, at 12:47, J. Landman Gay via use-livecode
> wrote:
>
> On 4/6/23 3:06 PM, Bob Sneidar via use-livecode wrote:
>> You can supply the full path of a stack to the
On 4/6/23 3:06 PM, Bob Sneidar via use-livecode wrote:
You can supply the full path of a stack to the close stack command, but not to
the delete stack command. That may be worth a look by the devs.
I was able to delete a stack using the full filepath:
delete stack "/Users//Desktop/deleteTest.l
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
>
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
https
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 long
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 u
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 start