Calculated field with image doesn't show directly

Hi, using the technique described in http://forum.servoy.com/viewtopic.php?t=1228, I run into the following issue: When the form is loaded, sometimes not all or no images are shown in the calculated field.

Then, if I click on the form, sometimes they all all the missing ones show, but sometimes I have to click the individual records, to make the images appear.

It there maybe something I have to put into an OnLoad/OnShow method to get it working correctly, or is this a bug?

Paul

In what view (record/list/table) are you? Could you post a sample solution showing the problem?

List view, I’ll email a sample solution

Paul

We found out that the html_area (html editor van SUN) is loading images in the background, cousing this effect in a renderer context (=listview/tableview), if you use an label with the same dataprovider instead to show the html (with image) there is no problem.
We will add a note to the documentation about this effect.