ProcScript for Menus
You control how a menu item is displayed by using the ProcScript instructions in the preDisplay trigger.
Function |
Description |
---|---|
Setting $check to
Setting $check to
If an icon has been defined for the menu item, the checkmark is placed over the icon. $check cannot be used in a menu bar. |
|
Setting $disable to
Setting $disable to
A disabled menu item is visible but can’t be selected by the user. You can control how a disabled menu is presented in the menu properties |
|
Setting $hide to
Setting $hide to
|
|
Menu items of type Dynamic menu are placeholders for menus that you define using ProcScript. You assign the definition of your menu to $inlinemenu. |
Statement |
Description |
---|---|
Use this statement to activate the menu when your Uniface application runs in character mode. |
|
pulldown/load |
Loads a new definition for the application menu bar. |