View Single Post
  #1  
Old 03-31-2006, 08:12 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
Problem with GuiControl

Hi,
I'm creating a GuiControl, I'm using the profile GuiWindowProfile
but when i try to set a own image
NPC Code:

useownprofile=true;
profile.bitmap="hex-darkwood-window5.png";


nothing happens to it...

oh yeah, the image is ok... I know this because it works on another GuiWindowControl(just this GuiControl makes problems)

Why I'm only using a GuiControl and not a GuiWindowControl? Because GuiControl has more of a "tooltip" style...
Reply With Quote