Author Topic: Enterprise CUI  (Read 2132 times)

0 Members and 1 Guest are viewing this topic.

ROBBO

  • Bull Frog
  • Posts: 217
Enterprise CUI
« on: May 08, 2014, 07:25:37 AM »
Is it possible to copy / replace shortcut menus from an Enterprise cui to the Main cui without manually editing the CUI? Can this be controlled with commands or lisp?

Unfortunately the Enterprise shortcut menus do not override the Main shortcut menus.

Many thanks in advance for any assistance.

Kind regards, Robbo.
The only thing to do with good advice is to pass it on.
It is never of any use to oneself.

Oscar Wilde
(1854-1900, Irish playwright, poet and writer)

huiz

  • Swamp Rat
  • Posts: 917
  • Certified Prof C3D
Re: Enterprise CUI
« Reply #1 on: May 08, 2014, 07:40:18 AM »
Do you need an Enterprise menu? I don't have one, only the main CUI. I also load a partial menu with my stuff and the partial menu does override (some) settings of the main menu like the Quick Properties and Tooltips.

I think the override is not available in the first versions of AutoCAD with the ribbon, but added later as default.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

ROBBO

  • Bull Frog
  • Posts: 217
Re: Enterprise CUI
« Reply #2 on: May 09, 2014, 02:36:56 AM »
To change default right click shortcut menu in the main ACAD.cuix to use the shortcut menu in the Enterprise cuix, this seems to do the trick:

(menucmd "P501=MENUGROUP.CMDEFAULT")

MENUGROUP replaced with Enterprise CUIx Name.

The only thing to do with good advice is to pass it on.
It is never of any use to oneself.

Oscar Wilde
(1854-1900, Irish playwright, poet and writer)