Parent Topic: Preferences
The data arguments to the Disable-Menu preference are the list of names leading to the particular menu item to be disabled. The names of all the menu items in ImageWorks can be established by running the DUMPMENU procedure in the ImageWorks modelling window.
The Disable-Menu preference is applied to the ImageWorks menubar before the Menu preference, so it is possible to disable a PCI provided menu item, and replace it with a user provided EASI script.
Example:
The following preferences would remove the filter item on the Tools menu and remove the entire View menu.
Disable-Menu: ToolsMI FilterMI Disable-Menu: ViewMISee Also: Adding Menu Items