View Single Post
  #1  
Old 12-20-2012, 04:36 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
GuiTextEditSliderCtrl Profile

Also any pointers on this? Is there an image like the majority of gui you can upload as bitmap? Doing what I did still has a blue border around it...
PHP Code:
new GuiTextEditSliderCtrl("Mail_Mail_SendMail_SendMoney_" id) {
      
useownprofile true;
      
      
profile GuiBlueTextEditSliderProfile;
      
profile.fillcolor = {153153102.5};
      
profile.border 1;
      
profile.bordercolor = {1111};
      
profile.bordercolorhl = {1111};
      
profile.bordercolorna = {1111};
      
      
140;
      
215;
      
width 100;
      
height 20;
      
format "%d Gralats";
      
range = {0,999999};
      
value 0;
    } 
How do you change the border from that nasty blue? This isn't working. Do the profile attributes (or whatever you may call them) derive from another like in PopUpCtrl (e.g. scrollprofile = whatever)?
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote