Thread: GuiShowImgCtrls
View Single Post
  #1  
Old 12-17-2007, 10:29 PM
Kyranki Kyranki is offline
Freelance Coder
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
Kyranki is on a distinguished road
Send a message via AIM to Kyranki Send a message via MSN to Kyranki
GuiShowImgCtrls

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.signedin false;
  
makeControls();
}
public function 
makeControls() {
  new 
GuiShowImgCtrl(L_Background) {
    
image "galdor_background-login.png";
    
extent = {getImgWidth("galdor_background-login.png"), getImgHeight("galdor_background-login.png")};
    
position = {00};
    
visible true;
  }

I have never been good with using GuiShowImgCtrls and according to common script information this should work perfectly fine yet I see nada.
__________________
Stan.
Reply With Quote