« Обратно към University of La Plata

Disabled the item menu "XML Export (default)"

Комбиниран преглед Плосък изглед Изглед на дърво
Нишки [ Предишен | Следващ ]
toggle
Disabled the item menu "XML Export (default)"
community external coupling documentation
Отговор
14-3-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-3-7 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>