Hello everyone,
I’m currently using the TableView widget, but catching its events, I had a (bad) surprise : the OnRowTouch function catches touch and tap, but in the “Tap” case, the event.row field is always nil.
Because of that, it becomes hard to make a comfortable list (users have to make a “long touch” to trigger the OnRowTouch method, when it uses the event.row). Does anyone know if it will be corrected soon ? Or if the problem comes from me ?
Thanks in advance !