Can anyone imagine why this is not firing?
Not at all?
B4X:
Sub BTX4Table1_CellClicked (ColumnId As String, RowId As Long)
Dim c As B4XTableColumn = B4XTable1.GetColumn(ColumnId)
Dim index As Int = B4XTable1.Columns.IndexOf(c)
Log("" & index)
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.