progressbar

Document Actions
last edited 4 years ago by vahe_mikayelyan

description

This part is designed to create window with progressbar on it.

figure

inpins

  1. GEOM(x, y, width, height) - ID=1 - sets parameters for the window
    • x – int
    • y – int
    • width – int
    • height – int
  2. CONST(min, max) - ID=2 - sets minimum and maximum values for the progressbar
  3. GETVAL
  4. GET
  5. APPEARANCE(orientation, border, percent) - ID=5 - sets orientation,border and percent for the progressbar
  6. SHOW() - ID=6 - makes window visible
  7. HIDE() - ID=7 - makes window invisible

outpins

  1. VAL() - ID=51 - fires current values

links to CVS

source org.vcb.parts.ui.ProgBar

configuration progressbar.vcb