PDA

View Full Version : Allow user full control of AutoCAD within a routine, when finished return to routine



tany0070
2007-04-20, 04:20 AM
hi pple, my question is "is it possible to modify a program so that at a certain part of the program, i kind of break off from the regular lisp routine to allow user full control of autoCAD, i.e. user can use line, circle commands even when they are not stated in the lisp program". the control will terminate and be returned to following the program coding when the user hits a pre-defined termination button such as Esc.

thanks in advance to anyone who can supply me with any ideas on this.

kennet.sjoberg
2007-04-20, 09:31 AM
. . .ce to anyone who can supply me with any ideas on this.
This is an old Q in this thread, and I think you will find an answer if you scan.
I would use two programs (PreLisp) do things (PostLisp)

: ) Happy Computing !

kennet

kpblc2000
2007-04-20, 09:51 AM
> kennet.sjoberg: it's not nessesary i think. Test an attachment, please.
Code starts at http://www.autocad.ru/cgi-bin/f1/board.cgi?t=33159gI
I removed a localization code.