Specifying a Dialog Entry on a Menu Entry Label
A dialog entry is a leaf entry that posts a dialog when chosen. By convention in standard menu systems, the label of a dialog entry is followed by an ellipsis (...). Specifying a Menu Entry Accelerator Label
A menu entry accelerator label is a text string that describes the corresponding accelerator in some way. An accelerator is a keystroke that has the same effect as choosing a menu entry. Typing the keystroke executes the same user-defined procedure that choosing the menu entry executes.
Note: GMS does not require any menu entry to have an associated accelerator, nor does GMS require a menu entry with an associated accelerator to contain an accelerator label.
To specify an accelerator label in a menu entry:
Edit the entry template's Gms-accelerator-label attribute to specify the desired accelerator label as either:
Menu entry Help information is a text string that provides information about the entry in addition to that provided by its entry label.
To specify Help information for a menu entry:
Edit the entry template's Gms-help-label attribute to specify the desired Help information as either:
To configure GMS to display Help information you edit the attribute table of the User Preference object for the G2 window in which the help information is displayed. For more information on the User Preference object, see Managing User Preferences.
To set GMS to display Help information:
Gms-show-help-message to be true.
false, so Help information is not shown unless the system is specially configured to display it.
Gms-priority to be a higher number than that of any of the other preference objects. For more information on setting the priority of user preference objects see Specifying Generic User Preferences.
To specify the font size used to display Help information:
Set Gms-help-message-fontsize to be small, large, or extra-large.