hi,.
i get an error while trying to load an image from file, into a TIWAdvWebGrid cell.
i use this line :
TIWAdvWebGrid1.Cells[1, 1] := '<img src="../images/Vehicles/ABC.JPG" width="95%", height="95%";>';
i get the error :
Your browser does not seem to support cookies or they are deactivated
and the application crashes.
cookies are supported and activated.
there are only 2 columns in the grid.
both cols defined as :
ColumnType:=ctImage
Latest TMS pack
IW 12.2.14 (not working also on 12.2.8 so i updated)
it worked before on IW 12.2.26, and TMS 5.1.2.0, but now it doesn't
Firefox 9
Chrom 24
IE 8
(all 3 browsers failed to show the image)
what am i missing please?
thanks
Hi,
I have not been able to reproduce this issue.
Displaying images in the IWAdvWebGrid control is working as expected.
Can you please try changing your code as indicated below?
TIWAdvWebGrid1.Cells[1, 1] := '<img src="../images/Vehicles/ABC.JPG">';
hi Bart
sorry, it is an IW bug.
this happens with almost every component, when there is an IWFile in the same form.
Alexander from AToZed said they fixed it now, and the next IW version will have that fix.
Thank you for your quick reply and sorry