Hi all
I put an array of globally declared checkboxs in a column of cells in a globally declared tableview .. And it's working fine ... It's raising events and carying tags to other subs ...
But the problem is when i do :
I get an "object should first be initialized checkbox error"
What am i doing wrong?
Is that a coding error of mine or there's another way to refere to the checkbox inside a cell?
I put an array of globally declared checkboxs in a column of cells in a globally declared tableview .. And it's working fine ... It's raising events and carying tags to other subs ...
But the problem is when i do :
B4X:
Sub button_Action
Checkbox1(0).checked=false
End sub
What am i doing wrong?
Is that a coding error of mine or there's another way to refere to the checkbox inside a cell?