Sorry, another pop0 won't work.

Discussion in 'AutoCAD' started by T.Willey, Jul 2, 2004.

  1. T.Willey

    T.Willey Guest

    I tried this and I lost my middle mouse button options plus my right button wouldn't work, so I just loaded all the menu's so that they are set up the way the were. Guess I can't have the middle mouse button be my osnap settings unless I change my acad.mnu/.mns.

    Thanks for all the help, and yes it works if I use shift+right click.
    Tim
     
    T.Willey, Jul 6, 2004
    #21
  2. T.Willey

    OLD-CADaver Guest

    I just noticed you're setting it up in AUX 2, don't, use AUX 1.
     
    OLD-CADaver, Jul 6, 2004
    #22
  3. T.Willey

    T.Willey Guest

    OLD-CADaver,

    That was it....Thanks alot. You made me so happy.

    Tim
     
    T.Willey, Jul 6, 2004
    #23
  4. T.Willey

    OLD-CADaver Guest

    You're welcome, But I think that's what José Luis Garcia Galán was trying to get at with his post, so thank him.
     
    OLD-CADaver, Jul 6, 2004
    #24
  5. T.Willey

    ajm Guest

    Firstly have a seperate folder where your customising resides. Have any menus and mnl files etc the same name.

    Below is an extract of my acaddoc.lsp file.

    (command "menuunload" "DT") ;unload menu
    (command "menuload" "c:/dt2000/DT") ;reload menu
    (menucmd "p3=+DT.pop1") ; pos 3 on menu bar is my pop1
    (menucmd "A1=+DT.AUX1") ; aux1 is my aux1
    (menucmd "A2=+DT.AUX2") ; aux2 is my aux 2
    (menucmd "P0=DT.QUICK") ; use my pop0

    Extract of DT.mnu (used by above)

    ***MENUGROUP=DT
    etc
    etc
    // Begin AutoCAD Pull-down Menus
    //

    ***POP0
    **QUICK
    [&Quick]
    [->Lisp]
    [->Draw]
    [Rectangle]^C^C^p(if (not rtang)
    etc
    etc.

    This have NEVER failed for me.
    Hope it helps you.
     
    ajm, Jul 7, 2004
    #25
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.