
This library provide functions to display a window with text feedback a progress bar, and a "Abort" button.
This window is used when the program perform calculation in separate threads. It enable the threads to display their progress. Please note that the progress window can not be used to display progress of a computation done in the main program thread.
The library has the following functions:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample use:
|
|
|