Author Topic: Resize acad 2013 command line from lisp  (Read 2291 times)

0 Members and 1 Guest are viewing this topic.

SIDESHOWBOB

  • Guest
Resize acad 2013 command line from lisp
« on: November 14, 2013, 10:26:41 AM »
I had a script which sometimes printed useful error messages to the command line.  With the newer versions of autocad, the command line has been shrunk to only one line high, so my users no longer see these messages!

Is there a way to resize the command line from lisp?

BlackBox

  • King Gator
  • Posts: 3770
Re: Resize acad 2013 command line from lisp
« Reply #1 on: November 14, 2013, 10:54:07 AM »
Not sure if you can re-size it exactly, but you could always add a call to TEXTPAGE, or DOS_TRAYWND, etc.
"How we think determines what we do, and what we do determines what we get."

SIDESHOWBOB

  • Guest
Re: Resize acad 2013 command line from lisp
« Reply #2 on: November 14, 2013, 10:57:55 AM »
TEXTPAGE does the job for my purposes.  Thank you.

BlackBox

  • King Gator
  • Posts: 3770
Re: Resize acad 2013 command line from lisp
« Reply #3 on: November 14, 2013, 11:10:43 AM »
TEXTPAGE does the job for my purposes.  Thank you.

You're welcome; I'm happy to help.

Cheers
"How we think determines what we do, and what we do determines what we get."