interface option_menu set

Allows you to enable the commands from an existing information window.

Format:

 
interface option_menu set
option_menu_name =
an existing GI_opt_menu
choice =
string
value =
string
execute =
boolean

Example:

 
interface option_menu set &
option_menu_name =
info &
choice =
one &
execute =
yes

Description:

 
Parameter
Value Type
Description
option_menu_name
An Existing GI_opt_menu
Specifies the name of an existing info window
choice
String
Specifies any of the multiple choices for an existing option_menu
value
String
Specifies any of the multiple values for an existing option_menu
execute
Boolean
Specifies the BOOLEAN value for enabling and disabling a choice

Extended Definition:

The parameter, ‘choice’, lists the options available for an option menu. Alternatively, same choices can be represented by the parameter, ‘value’. By choosing any of the ‘choice’ or ‘value’ options, the default command to be run is selected. The execution will run the specified command.

Tips:

The parameters, “choice” and “value”, are mutually exclusive.