Progress Window

Creates a progress window panel(s) which supports hierarchical progress bars that are easy to activate/update/deactivate from a function. Overhead for updating the progress window is minimal.

Project Details

Project CVS: http://svn.igorexchange.com/viewvc/packages/progresswindow

Current Project Release

progresswindow IGOR.6.20.x-2.x-dev

Release File: progresswindow-IGOR.6.20.x-2.x-dev.zip
Version: IGOR.6.20.x-2.x-dev
Version Date: Mon, 11/01/2010 - 01:00 pm
Version Major: 2
Version Extra: dev
OS Compatibility: Mac-Intel Windows
Release Notes: Usage has been simplified. At the beginning of the body of a loop (for/while), add a Prog() command. The window will clean itself up when done. For example:

for(i=0;i<n1;i+=1)
  prog("Outer",i,n1)
  for(j=0;j<n2;j+=1)
    prog("Inner",j,n2)
  endfor
endfor


The messages "Outer" and "Inner" can be whatever you want. The other two arguments are the numerator and the denominator of the fractional progress for that part of the loop. The button created in the progress panel will, if pressed, abort the next type the Prog() command is encountered, enabling you to abort after a complete pass through a loop, rather than in the middle of a loop.
View All Releases

Forum

Support

Gallery

Igor Pro 9

Learn More

Igor XOP Toolkit

Learn More

Igor NIDAQ Tools MX

Learn More