Thread: GuiProgressCtrl
View Single Post
  #1  
Old 01-25-2015, 10:45 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
GuiProgressCtrl

HTML Code:
new GuiProgressCtrl("Test_Progress") {
  profile = GuiBlueProgressProfile;
  x = 10;
  y = 10;
  width = 160;
  height = 20;
  progress = 0.3;
}
Does anybody know if a bitmap can be applied to the GuiProgressCTRL? I want to make a health bar instead of using showimg

http://www.graal.net/index.php/Creat...uiProgressCtrl
__________________
Reply With Quote