View Single Post
  #4  
Old 12-22-2012, 05:12 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Try using GuiShowImgCtrl instead. Not sure what you're trying to accomplish in the long run, but I'd be willing to bet that it'd be more appropriate for what you're doing.


PHP Code:
new GuiShowImgCtrl("Test_ShowImg") {
  
this.image base64decode(temp.img);


I also know this has been pointed out to you in numerous threads, but you really oughta use variable headers all the time.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote