Can i modify one row without selected row because I must modify automatically one row each 300 ms by external interrupt without do a selection
I use this code
B4X:
Dim selected As Int = NumNode-1
If selected = -1 Then Return
tablelist.SelectedRow = selected
Dim row() As Object = tablelist.SelectedRowValues
Dim lbl As Label = row(4)
lbl.text = Node(NumNode-1).responsecount