B4J Question tableview question

moore_it

Well-Known Member
Licensed User
Longtime User
Hello everyone,
I load a tableview with an array of objects and one of those objects is a progressbar.
When I go to read the tableview rows (I have many rows) and load the objects the progressbars that are not visible are not initialized and the program goes to error.
Is it a bug or a programming error ?

Thanks for help
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
what do you mean not visible? do you mean that the column is hidden or that you did not create the column at all? if it is the later it could be that because there is no panel to attach the node it may be not initialized.

YET almost sure it is a programming error may be better share the code here.
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
1620396865176.png


not visible because is down in the list, i see the row only if i scrolling tableview
 
Upvote 0
Top