interface slider execute

Allows execution of a command associated with the slider.
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.
The optional command associated with the slider can be explicitly run by this command.

Format:

 
interface slider execute
slider_name =
An Existing GI_slider

Example:

 
interface slider execute &
slider_name =
.gui.dbox.sldr

Description:

 
Parameter
Value Type
Description
slider _name
An Existing GI_slider
Specifies the name of an existing slider

Extended Definition:

1. The slider has an optional parameter, ‘command’, if specified gets executed explicitly without dragGIng the slider bar by the command ‘execute’.