This is not very complex HTML-coding…but somehow when it is show in a List or table I great different results everytime, if I only click into another row it could change the outcome.
The column with HTML is a normal Text-column…
It used to work perfectly under 2.0… I am not sure if this is due to the fact that I went to Servoy 2.2.
Am I missing sumthing??
Check the attachments.
Thankx in advance for any comments
Servoy Developer
Version R2 2.2-build 328
Java version 1.5.0_04-b05 (Windows 2000)
yes showing html with images in a List or tableview is not really supported
Because a List or Table is rendered once per row. The fields are not really there (a bit hard to explain)
But when it is rendered the text column sets that html. And displays it But then the html rendering kit start loading those images and this happens in a background thread. So the images are not yet there when we are painting the row.
if you just want to show one image in a mediafield then a calc that does this:
there is nothing changed in that area as far as i know
I still have that fix in place that i did then. That disables the asynch loading in html text area when it is in a table/listview.
jcompagner:
there is nothing changed in that area as far as i know
I still have that fix in place that i did then. That disables the asynch loading in html text area when it is in a table/listview.
So what are you doing exactly now?
See attachments…I didn’t change a thing…just like you