Hi all,
My scenario is: I have a tableviewer that I use to populate a SQLite table and in each record has two images. So, I write the record this way:
And when I have to edit a record in tableviewer I do this:
And the result is none of images appear in edition. So, I was taking a look into this block:
And I am trying to understand if I have to put a completed filepath in the filePath or it could be with another way...
My goal is to insert images into a tableviewer, but instead of showing the filepath, I need to show image, but when I have to edit, I need to have its filepath in order to update with another picture and so on. After all of this, I send to a MySQL remote server (this step is ok already).


