Open/close screen menu

Discussion in 'AutoCAD' started by Walt Engle, Jul 29, 2003.

  1. Walt Engle

    Walt Engle Guest

    Anyone have an idea how to open and close the screen menu without using
    the options tab? I want to include this in a line of my menu so that I
    can use a portion of the screen menu and then close it.
     
    Walt Engle, Jul 29, 2003
    #1
  2. Walt Engle

    Paul Turvill Guest

    (setenv "ScreenMenu" "1") turns it on
    (setenv "ScreenMenu" "0") turns it off.

    (setenv "ScreenMenu" (itoa (- 1 (atoi (getenv "ScreenMenu"))))) toggles it.
    ___
     
    Paul Turvill, Jul 29, 2003
    #2
  3. Walt Engle

    Paul Turvill Guest

    Oh ... and don't forget that (setenv ...) arguments are case sensitive.
    ___

    it.
     
    Paul Turvill, Jul 29, 2003
    #3
  4. Walt Engle

    Walt Engle Guest

    Many, many thanks. Now to give it a try.
     
    Walt Engle, Jul 29, 2003
    #4
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.