progressbar
last edited 4 years ago by vahe_mikayelyan
description
This part is designed to create window with progressbar on it.
figure
inpins
- GEOM(x, y, width, height) - ID=1 - sets parameters for the window
- x – int
- y – int
- width – int
- height – int
- CONST(min, max) - ID=2 - sets minimum and maximum values for the progressbar
- GETVAL
- GET
- APPEARANCE(orientation, border, percent) - ID=5 - sets orientation,border and percent for the progressbar
- SHOW() - ID=6 - makes window visible
- HIDE() - ID=7 - makes window invisible
outpins
- VAL() - ID=51 - fires current values
links to CVS
source org.vcb.parts.ui.ProgBar
configuration progressbar.vcb