Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

acad text window

1 REPLY 1
Reply
Message 1 of 2
Anonymous
125 Views, 1 Reply

acad text window

How do I stop the Autocad text window from appearing when I run my lisp?
At the point where I have the line
(setq InsPt (getpoint "\nSelect insertion point :
"))
this happens. What is causing this?

Thanks for your help (acad 2000 and 2002)
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Russ, I don't think your code:
>> How do I stop the Autocad text window from appearing when I run my lisp?
>> (setq InsPt (getpoint "\nSelect insertion point : "))
is the problem.
You maybe called the units command ?? This brings up the text screen.
Use the code:
(graphscr)
to go to force the graphics screen.
Use:
(textscr)
to go to force the text screen.

I hope this helps !

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost