Editing Listview Entries on Android (RapaGUI)

Discuss GUI programming with the RapaGUI plugin here
Post Reply
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Editing Listview Entries on Android (RapaGUI)

Post 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.)
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Editing Listview Entries on Android (RapaGUI)

Post 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.
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Re: Editing Listview Entries on Android (RapaGUI)

Post by PEB »

That's fine.
Using a text entry dialog triggered by a longclick event should work well enough.
Post Reply