Hi all,
Autocad land development release 2. I dont recall what I did, but when a drawing is open the "saveas" diologue box pops out soon after. It annoys me having to click on the "x" to close it...does anyone have a solution to this?. THANKS!
Hi,(autocad r-14)
Follow-up to my question i've posted earlier (8-15). Can someone show me step by step on how to make a custom toolbar button for the lisp i.e. "textalign.lsp". I need to create a macro, with notepad? what type of extension?, where do I save it?, from here do I put in...
Problem solved!...Rich, your way worked. Thanks!
I've also browsed through Afralisp and tried this...which also worked.
(load "txtalign.lsp" "")
Thanks alot you all!
Thanks once again gang...still no luck.
In (acadr14.lsp) this is what I did;
Striker,
;;; ===== AutoLoad lisp applications frank=====
("c:\\Program Files\\AutoCAD R14\\Support\\Franks_lisp\\txtalign.lsp)
Rich@LG,
;;; ===== AutoLoad lisp applications frank=====
(LOAD...
Striker,
tried it but...when I typed the txtalign in the command line, this popped out. "check the installation of the support files and try again.nil"
This where I loaded it:
acadr14.lsp
AutoLoad LISP Applications (autoload "txtalign" '("txtalign"))
thanks for...
Hi,
In Autocad R14, How do I go about making a button for a lisp to add on to the toolbar. Other than typing the lisp in the command line, What I would like to do is to click on the button to activate it. In addition, I've notice that...whenever I open a new drawing I have to highlight and...