Module_IndrectMenuOptions

Type: Module Parent Module: N/A

This module fixes any menu line text that uses square bracket notation to vary the text displayed on the menu line.

Functionality

Examine all menu lines in order to locate menu lines that have text containing square bracket notation. For example:

  1. [myVariable]
  2. Create a new [myVariable]

For each such menu line located:

  1. Change the call to the method in the menu class that handles events for the menu line to Do method < myVariable >.
  2. Change the name of the method called to < myVariable >.

Please note that if the value of the variable "myVariable" is changed after the menu is instantiated then a Redraw menus command must be included in order to see the effect of this change in the menu line..

Assumptions

  1. None.

User Setup Required for this Module

  1. None.