Discussion:
iOS Table question
Bernd Fröhlich
2017-01-13 10:50:38 UTC
Permalink
I have a Table on a form where I want to add an action when the user swipes a row.

According to the documentation I have added the "ActionsForRow" and "RowAction" events.
Unfortunately the swipe does not work (nothing happens).

There is an example database for RowActions but that is using a datasource whereas I set up my rows in code.
Is the swipe action only available with a datasource or am I missing something obvious?

Here is my simple example database in case anyone wants to have a peek:
<http://bremac.de/xojotable.zip>


Greetings from Germany,
Bernd Fröhlich

_______________________________________________

Xojo forum:

https://forum.xojo.com/
fqd
2017-01-13 20:02:20 UTC
Permalink
Post by Bernd Fröhlich
I have a Table on a form where I want to add an action when the user swipes a row.
According to the documentation I have added the "ActionsForRow" and "RowAction" events.
Unfortunately the swipe does not work (nothing happens).
There is an example database for RowActions but that is using a datasource whereas I set up my rows in code.
Is the swipe action only available with a datasource or am I missing something obvious?
<http://bremac.de/xojotable.zip>
Greetings from Germany,
Bernd Fröhlich
_______________________________________________
https://forum.xojo.com/
Hi,

I think you need to use the Action event.

HTH, Fred


_______________________________________________

Xojo forum:

https://forum.xojo.com/

Continue reading on narkive:
Loading...