B4J Question Do not skip for the B4Xtable CellLongClicked event

vecino

Well-Known Member
Licensed User
Longtime User
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

longclick.png
 

vecino

Well-Known Member
Licensed User
Longtime User
😇
Sorry, I didn't know.
It's logical, I was thinking about Android.
I haven't used "windows" for many years.
 
Upvote 0
Top