Hey, the question is, why doesn't he skip the event?
I hold down the left mouse button and it does nothing.
Thank you.
B4X:
Sub table1_CellClicked (ColumnId As String, RowId As Long)
Log("CellClicked...")
End Sub
Sub table1_CellLongClicked (ColumnId As String, RowId As Long)
Log("CellLongClicked..")
End Sub