Page 1 of 1

Double Click event

Posted: Thu Mar 07, 2019 9:31 am
by sashapont
Double Click event for listview is not work in Android. How I can fix that?

Re: Double Click event

Posted: Thu Mar 07, 2019 9:47 am
by PEB
On Android you'd probably want a long-press event instead.

Re: Double Click event

Posted: Thu Mar 07, 2019 3:28 pm
by airsoftsoftwair
PEB wrote: Thu Mar 07, 2019 9:47 am On Android you'd probably want a long-press event instead.
....which is actually already supported by RapaGUI 2.0 on Android. Use Listview.LongClick [N] for that.

Re: Double Click event

Posted: Thu Mar 07, 2019 10:20 pm
by sashapont
Unknown notification "LongClick"

Re: Double Click event

Posted: Sun Mar 10, 2019 4:11 pm
by airsoftsoftwair
Works here. Demo code please.

Re: Double Click event

Posted: Sat Jun 27, 2020 11:44 am
by djg
airsoftsoftwair wrote: Thu Mar 07, 2019 3:28 pm
PEB wrote: Thu Mar 07, 2019 9:47 am On Android you'd probably want a long-press event instead.
....which is actually already supported by RapaGUI 2.0 on Android. Use Listview.LongClick [N] for that.
I use Hollywood 8.0 but am still on RapaGUI 1.2. Can it be downloaded from somewhere? On the Hollywood site the most recent version appears to be 1.2.

Also, I wonder why I would probably want a long-press event instead? Seems like a waste of time. :)

Re: Double Click event

Posted: Sun Jun 28, 2020 8:56 pm
by airsoftsoftwair
djg wrote: Sat Jun 27, 2020 11:44 am I use Hollywood 8.0 but am still on RapaGUI 1.2. Can it be downloaded from somewhere? On the Hollywood site the most recent version appears to be 1.2.
2.0 is currently only available for Android. It's hard-coded into Hollywood 8.0 for Android. Release for other platforms is still to come.
djg wrote: Sat Jun 27, 2020 11:44 am Also, I wonder why I would probably want a long-press event instead? Seems like a waste of time. :)
Long press is useful on touch devices only.

Re: Double Click event

Posted: Sun Jun 28, 2020 10:23 pm
by djg
airsoftsoftwair wrote: Sun Jun 28, 2020 8:56 pm
djg wrote: Sat Jun 27, 2020 11:44 am I use Hollywood 8.0 but am still on RapaGUI 1.2. Can it be downloaded from somewhere? On the Hollywood site the most recent version appears to be 1.2.
2.0 is currently only available for Android. It's hard-coded into Hollywood 8.0 for Android. Release for other platforms is still to come.
djg wrote: Sat Jun 27, 2020 11:44 am Also, I wonder why I would probably want a long-press event instead? Seems like a waste of time. :)
Long press is useful on touch devices only.
That's good to know.
So, as I understand it, you can use Listview.LongClick in a script or applet running on Android,
but not yet use it when compiling on Windows with the APK-compiler?

Regarding that long press, I just meant that I don't see why one would probably want that instead of double tapping.
In fact, personally I would prefer the latter.