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