History for progressbar

changed:
-
description

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

figure

  <img src="progbar.JPG" />

inpins

  1. GEOM(x, y, width, height) - ID=1 - sets parameters for the window
 
   o x – int

   o y – int

   o width – int

   o 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":http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/vcb/VCB/libraries/src/org/vcb/parts/ui/ProgBar.java?rev=1.4

  configuration "progressbar.vcb":http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/vcb/VCB/libraries/configs/ui/progressbar.vcb?rev=1.2