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 ?
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.