Detecting the "AutoCAD Text Window"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to detect (via LISP/VisualLISP) if the "AutoCAD Text Window" is open (or closed)?
I'd like to have the "AutoCAD Text Window" open at all times, in addition to the "Command Line" palette. I have a multi-monitor setup where I like to have certain palette and windows residing in the auxiliary monitors.
You see, every time you start AutoCAD, the "AutoCAD Text Window" is not open/is shown by default.
When I try to putting he command "TEXTSCR" in a start up LISP, it works fine for the first drawing, but when you start a next drawing, the same command closes it ("TEXTSCR" works like a toggle).
What would be nice is to have a pair of commands that would open the "AutoCAD Text Window" and close the "AutoCAD Text Window", respectively. Like "COMMANDLINE" and "COMMANDLINEHIDE".
Is this possible? Maybe with using vlax-create-object (which I will admit, I am not entirely familiar with).
Thanks, a bunch!