« University of La Plata に戻る

Disabled the item menu "XML Export (default)"

構造的に表示 平面上に表示 ツリー上に表示
スレッド [ 前へ | 次へ ]
toggle
Disabled the item menu "XML Export (default)"
community external coupling documentation
答え
14/03/27 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)"
答え
14/03/07 13:42 匿名へのコメント
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>