How to modify a display object in a newTableView row ?

Hello,

I’m trying to acces and modify (with a setFillColor) a display object (create with newImageRect) inserted in a newTableView row…but with no success…
When I try to access it via view.content.rows as mentionned in documentation, it generates an error :
attempt to index field ‘content’ (a nil value)

Any idea ?
Thank you in advance!
[import]uid: 49426 topic_id: 25333 reply_id: 325333[/import]

An other way for me to solve my issue would be to force tableview re-render.
Is it possible ?
Thank you! [import]uid: 49426 topic_id: 25333 reply_id: 102580[/import]