Modular Development of Application Menus

Previous Next

If you plan to design menus within a modular application, be aware of the following:

The main application menu needs to be designed in the MAIN module (the module with the same name as the application). It cannot be changed in other modules.

Menus that are called from the main menu can be designed in ANY module. In this case, menu pages are inserted in the main menu. The Module property of an inserted menu pages specifies the module in which the inserted page is defined, and that it can be called from another module.

WI_clip0026