PDA

View Full Version : ACAD(2006 or higher): Creating Commands via CUI menus


Alan Cullen
29-08-2008, 02:46 AM
1. Open the Custom User Interface Dialogue window by typing CUI on the command line.
2. Click the New button under Command list
3. Highlight the new command called "Command1".
4. Fill out these sections under Properties (RHS of Dialogue Window).

Command
Name - The name of the block
Description - same as the name of the block
Macro - the insert command - something like .... *^C^C-insert;"road knc layback l";;\;
Images
Small Image - name of the button.bmp to apply the macro to.

When done click Apply. The command is now saved under the Command List in the bottom left part of the dialogue window.

276