$Date: 2004/06/27 13:08:28 $
This example requires :
This example will run a ProgressBar in determinate mode that will log into a flat file ('progress_observer.log') each changes.
Here are the contents of that file :
A default progress bar observer is created at line 21, and attached at line 23
[Top]
speed = 100 is set at line 16
increment = 10 is set at line 18
border painted with all default options at line 17 (color=black, shape=solid). Set size to 2 pixels at line 30.
[Top]
[Top]
[Top]
Run the script.
[Top]