turning off scroll bars in lisp

Discussion in 'AutoCAD' started by Erik D., Aug 6, 2004.

  1. Erik D.

    Erik D. Guest

    I like using the fullscreen command in autocad 2000i, but don't like the
    scroll bars. any way to turn them off besides going to the options menu,
    maybe in the startup lisp? TIA
     
    Erik D., Aug 6, 2004
    #1
  2. Command: (setenv "Scrollbars" "0")
    "0"

    Command: (setenv "Scrollbars" "1")
    "1"
     
    Jason Piercey, Aug 6, 2004
    #2
  3. Erik D.

    Erik D. Guest

    thanks

    --
    Erik D.
     
    Erik D., Aug 6, 2004
    #3
  4. Erik D.

    Douglas Barr Guest

    Doesn't seem to be available in A2k2/MDT6. No? Yes?
    -doug
     
    Douglas Barr, Aug 10, 2004
    #4
  5. Works for me using A2K2/MDT6. Make sure only the first letter is
    capitalized.

    Thanks,
    Victor
     
    Victor Delgado, Aug 10, 2004
    #5
  6. Erik D.

    Douglas Barr Guest

    Thanks. Surprises me that a setting like this is case-sensitive. Is these
    'setenv's registry items?
    -doug
     
    Douglas Barr, Aug 10, 2004
    #6
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.