Hi all,
how i do to read the custom cell data in tableView ?
I'm using this code from Erel :
[code/]
For Each tc As TableCell In myTableView.GetItems(0)
Dim parent As Panel = tc.CustomView
Dim l As Label = parent.GetView(3)
Dim tf As TextField = parent.GetView(5)
next
[/code]
but i have always this error ...
*** -[__NSArrayM objectAtIndex:]: index 3 beyond bounds [0 .. 0]
the panel is load in tablecell with loadlayout ...
Thanks for help !
Toni
how i do to read the custom cell data in tableView ?
I'm using this code from Erel :
[code/]
For Each tc As TableCell In myTableView.GetItems(0)
Dim parent As Panel = tc.CustomView
Dim l As Label = parent.GetView(3)
Dim tf As TextField = parent.GetView(5)
next
[/code]
but i have always this error ...
*** -[__NSArrayM objectAtIndex:]: index 3 beyond bounds [0 .. 0]
the panel is load in tablecell with loadlayout ...
Thanks for help !
Toni