better way than (textscr)

Discussion in 'AutoCAD' started by gert, Feb 7, 2005.

  1. gert

    gert Guest

    i have made a lisp, which asks for a point number, which is done on the
    command window. i have to klick into this window to enter something, and
    i want to get rid of this klick, so i use
    ..
    ..
    ..
    (textscr)
    (setq GPKTNR (getint "\n Nummer: "))
    ..
    ..
    ..

    which works, but a large window pops up over my screen, which disappears
    after my entry, but i would prefer if only the cursor would appear in
    the already open acad command line window, so that i could enter the
    number there and not in an extra window.

    Hope you understand my english and what i would like to do

    MfG
    Gert
     
    gert, Feb 7, 2005
    #1
  2. gert

    gert Guest

    First i have a (getfiled) and the following (getint needs this klick
    without (textscr
     
    gert, Feb 8, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.