interface slider set
Allows setting-up of initial parameters for an existing slider on the dialog box.
The slider is an element on the dialog box, specifying a variable parameter, the dragGIng of the slider bar, will vary the parameter value between minimum and maximum depending on the current position of the slider.
Format:
interface slider set |
|---|
slider_name = | An Existing GI_slider |
value = | Integer |
execute = | Boolean |
Example:
interface slider set & |
|---|
slider_name = | .gui.dbox.sldr & |
value = | 3 & |
execute = | yes |
Description:
Parameter | Value Type | Description |
|---|
slider _name | An Existing GI_slider | Specifies the name of an existing slider. |
value | Integer | Specifies the current value of the slider position. |
execute | Boolean | Specifies whether the associated command will be executed or not. |
Extended Definition:
1. The slider can be set to default parameter by choosing the parameter ‘value’, which denotes the instantaneous current value of the slider position between the minimum and maximum values specified. The execute option specifies the whether the associated command will be executed or not, when the slider is dragged.