Page 1 of 1
Editing Listview Entries on Android (RapaGUI)
Posted: Sat Jun 01, 2019 9:44 pm
by PEB
Is it possible to edit listview entries on the Android version of RapaGUI? (The StartEditing notification doesn't seem to work with either double-click or long-click.)
Re: Editing Listview Entries on Android (RapaGUI)
Posted: Sun Jun 02, 2019 5:45 pm
by airsoftsoftwair
No, this is currently unsupported. AFAICS Android's native list view widget doesn't offer such functionality at all so the only way to support it would be to add a custom implementation, e.g. using a dialog that pops up or something like that.
Re: Editing Listview Entries on Android (RapaGUI)
Posted: Sun Jun 02, 2019 10:17 pm
by PEB
That's fine.
Using a text entry dialog triggered by a longclick event should work well enough.