« Back

Disabled the item menu "XML Export (default)"

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Disabled the item menu "XML Export (default)"
community external coupling documentation
Answer
27/03/14 11:47
Is it possible to disabled only the item menu "XML Export (default)"? How can I do it?

RE: Disabled the item menu "XML Export (default)"
Answer
07/03/14 13:42 as a reply to Anonymous.
You can remove any menu item using the command call REMOVE_MENU_ITEM of the message port  Application. It is recommended to use the command call in the event handler for the event AppInitialize. This is an example for removing the menu item  "XML Export (default)..." :
1 ON_EVENT "AppInitialized"{
2CC "Application" REMOVE_MENU_ITEM component: "importexport" item: "Model\tXML Export (default)..."
3}

*the parameter   component   must contain the identifier of the component that contains the menu
*the parameter   item  must contain the definition of the item to be removed; the item is defined as a succession of menus and submenus separated by the character "\t":
<menu>\t<submenu>\t<sub-submenu>\t<item>