Android Question B4XTable not fireing

Noelkman

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

Noelkman

Member
Licensed User
Longtime User
Oh my goodness. Is stupidness healable ??

Thanks a bunch!!!
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…