The Dialog class / ui.Dialog methods |
Enabling and disabling dialog actions.
setActionActive( name STRING, active BOOLEAN )
CALL DIALOG.setActionActive("zoom", FALSE)
The second parameter of the method must be a boolean expression that evaluates to 0 (FALSE) or 1 (TRUE).
For more details about action names, see Identifying actions in dialog methods.