standardrecordsmenu(
)

The standardrecordsmenu( function generates a customizable Custom Menu specification for Panorama’s standard Records menu.


Parameters

No parameters.


Description

This function generates a customizable Custom Menu specification for Panorama’s standard Records menu in Panorama’s Live Menu Specification Language (LMSL). Use this when you want to include Panorama’s standard Records menu as part of your custom menu bar:

standardfilemenu()+
standardeditmenu()+
standardrecordsmenu()+
standardfieldsmenu()+
standardsetupmenu()+
menu("My Custom Menu")+
    menuitem("Do something")+
    menuitem("Do another thing")+
    menuitem("Do something else")

Customizing the Menu

Sometimes you may not want to use the standard Record menu as-is, but rather want to customize it by adding your own menu items, or perhaps replacing or removing some existing standard menu items while leaving others alone. The standardrecordsmenu( function includes a built-in version of the arrayhack( function that makes this easy to do. Simply add one or more pairs of search/hack parameters to specify the changes you want to make (see the arrayhack( function for an explanation of these parameters).

To learn the details of customizing the menu, see the standardfilemenu( function, which can be customized the exact same way.


See Also


History

VersionStatusNotes
10.0NewNew in this version.