View Single Post
  #5  
Old 02-22-2014, 03:16 AM
beckett164 beckett164 is offline
Registered User
beckett164's Avatar
Join Date: Feb 2007
Posts: 2
beckett164 is on a distinguished road
I think that you may need to give the control a profile.

Quote:
//#CLIENTSIDE
function onCreated() {
new GuiBitmapCtrl("MyGUI_Bitmap1") {
profile = GuiDefaultProfile; // <----- LIKE THIS
bitmap = "login_gradient_blue.png";
height = 80;
width = 120;
x = 687;
y = 258;
}
I'm just assuming that's how it goes because the client-rc gui compiler always generates controls like that.
Reply With Quote