usecase: Progress bar

public usecase: Progress bar
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 11.12.2005 5:47:29; Modified: 11.12.2005 5:51:29;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {25BF6B3F-F98B-4acf-A610-4787782DAF18}
 

Goto: Scenarios

See also: ToolWindow

Appears in: GUI

Connections
 
Progress bar Scenarios
Scenario Type Detail
Using Basic Path Is useful for long operations. This is Top most windows with one control - Progress bar.
Initially set Progress.ProcessBar.Maximum to max value.
Next step: show window using standard Progress.Show() method.
After one step call Progress.ProcessBar.AddOne(). This method check limits.
At the end call Progress.Close();