These parameters will display an oscillating meter within the PAUSE window.
Parameter |
Value |
Description |
GAUGE_VISIBLE |
ON OFF |
Displays an oscillating progress gauge. |
GAUGE_COLOR |
value |
Specifies the color of the progress gauge. |
GAUGE_INTERVAL |
10-100 |
Specifies the speed interval of the oscillating progress gauge. |
Example:
PAUSE 3 USING 'Calculating ... Please Stand By ...' +
CAPTION ' Pause 3 with Gauge ' +
ICON WINDOWS OPTION GAUGE_VISIBLE ON +
|GAUGE_COLOR RED +
|GAUGE_INTERVAL 10 +
|MESSAGE_FONT_NAME VERDANA +
|MESSAGE_FONT_SIZE 10 +
|MESSAGE_FONT_COLOR WHITE +
|THEMENAME Steel Blue