menu.addSuite

Syntax menu.addSuite (addr)

Params addr is the Object Database address of the table containing the suite to be installed in the menu bar in place of any suite now running.

Action Replaces any suite now running with the one located at addr by placing the new suite's menu(s) immediately to the left of the "Window" menu on the Frontier menu bar.

Returns True

Examples menu.addSuite (@suites.docs)

   » true

Errors If the suite you are trying to add to the menu bar does not have a local script named "installmenu" to install the suite's menu, this verb will return an error message.

Notes Frontier suites are collections of related scripts that share a common menu or set of menus. One such suite can be installed at a time in Frontier.

Details of suites and their architecture can be found in the Frontier User Guide.

This verb is implemented as a script.

See Also menu.noSuite

menu.importSuite

Discuss