Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick CUI (AutoCAD 2008)

  • Thread starter Thread starter Barto
  • Start date Start date
Status
Not open for further replies.
B

Barto

Guest
Hi,
I just wanted to know whether there is a way to make it open the FULL cui when I right click on a toolbar instead of quickcui.
Thanks in advance
 
Hi Barto,
Try to place this in a lisp file that loads with each file
(command "undefine" "quickcui") (defun C:quickcui ()(command "cui"))
I hope it may solve your problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top