Einzelnen Beitrag anzeigen

drama22

Registriert seit: 12. Jan 2013
88 Beiträge
 
#1

TMS THTMListbox

  Alt 6. Dez 2014, 17:17
hello i am trying to put animated gifs inside thtmlistbox , i read the mini reference of Thtmlistbox from here , but there is no example about how to put animated gifs , the image that i try to load i upload it on url example
Delphi-Quellcode:
imagename := 'http://www.delphipraxis.net/images/smilies/icon_redface.gif';
fullitem := '<img src="'+imagename+'" width="24" height="24" align="middle" >' + 'item';
Thtmlistbox.items.Add(fullitem);
but it wont load always the image is blank doesn't load i been long time i didnt find any solution for that , there is a very poor informations about tms online any help with this case ?

Geändert von drama22 ( 6. Dez 2014 um 17:46 Uhr)
  Mit Zitat antworten Zitat