Message 1 of 6
Automatically load custom menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We are having a problem to automatically load a custom menu from a program that we developed in our company. The program works in ObjectARX and to use the program's commands, we create a .cuix file with menus (toolbar, ribbon, etc.)
The problem is that when our customers install the program, the menu does not appear. To start the program, the user calls a "stcadem" command, this command calls a function in a LISP file that loads the menu.
When we access the command "menuload" or the customization menu in AutoCAD "cuiload", the cuix file is loaded, but the menu does not appear. The only way to work is to unload the cuix file and load the cuix file using AutoCAD.
(command "_.menuload" "st_cadem.cuix")