« Quay về University of La Plata

Disabled the item menu "XML Export (default)"

Xem kết hợp Flat Xem Xem cây
Luồng thảo luận [ Trước | Tiếp theo ]
toggle
Disabled the item menu "XML Export (default)"
community external coupling documentation
Câu trả lời
11:47 27/03/2014
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)"
Câu trả lời
13:42 07/03/2014 gửi bài phản hồi tới Cho phép người dùng chưa đăng ký.
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>