B4J Question A checkbox inside a table view

le_toubib

Active Member
Licensed User
Longtime User
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 :
B4X:
Sub button_Action
Checkbox1(0).checked=false
End sub
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?
 
Top