View Single Post
  #4  
Old 12-22-2012, 05:12 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
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
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
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.
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote