If you don't like QUICKCUI in AutoCAD 2008
Here is what you can do. Undefine the QUICKCUI command to make it open up using the CUI command instead. Add the two rows below to your acaddoc.lsp or create it if it does not exist.
(command "undefine" "quickcui")
(defun c:quickcui () (command "_.cui")(princ))




0 comments <Add comment>:
Post a Comment |
Subscribe to the comments feed