Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index > P > PAUSE > OPTION parameters

Meter

Scroll Prev Top Next More

These parameters will display a meter within the PAUSE window.  

 

Parameter

Value

Description

METER_VISIBLE

ON

OFF

Displays a meter to show a progress in percentage values.

METER_TYPE

NORMAL

BAR3D

LED

Three meter options are available.

METER_VALUE

0 to 100        

Specifies the percentage to display the meter progress.

METER_BAR_COLOR

value

Specifies the color of the meter bar.

METER_BACK_COLOR

value

Specifies the meter background color

METER_FONT_COLOR

value

Specifies the color of the meter font.

METER_MAX_VALUE

0 to 100        

Specifies the maximum percentage to display the meter progress.

METER_COLOR1

value

Specifies the color of the meter when using three color segments (green, yellow, red)

METER_COLOR2

value

Specifies the color of the meter when using three color segments (green, yellow, red)

METER_COLOR3

value

Specifies the color of the meter when using three color segments (green, yellow, red)

METER_COLOR_OFF


Sets the color off when using three color segments.

 

Example:

 

PAUSE 3 USING +

'PAUSE Command Text with More OPTIONS - Imagine the Possibilities!' +

CAPTION ' ' +

OPTION METER_VISIBLE ON +

|METER_VALUE .vProgress +

|METER_TYPE BAR3D +

|METER_BACK_COLOR WHITE +

|METER_BAR_COLOR NAVY +

|METER_FONT_COLOR RED +

|BACK_COLOR WHITE +

|MESSAGE_COLOR WHITE +

|MESSAGE_FONT_COLOR GREEN