|
PVGadgets_ProgressBar (BarID,ImageId,x,y,w,h,Progress,Shadow,BColor,FColor1,FColor2 [,Flag]) |
Top Previous Next |
|
Create/Update a PVGadgets ProgressBar.
Use: PVGadgets_ProgressBar(#Gadget,#Image,10,10,100,20,0,1,$000000,$0000FF,$00FFFF,#PB_Image_Border)
Progress 0 - 100 (representing %)
Shadow 0 - no shadow on number 1 - shadow on number -1 - no number
BColor $0 - $FFFFFF (RGB values of background color) -1 - Use Background Color of Form
FColor1 $0 - $FFFFFF (RGB values of foreground color)
FColor2 $0 - $FFFFFF (RGB values of foreground color)
Flag (optional) 0 - no border 1 - flat border #PB_Image_Border - sunken border
Example:
|