Menuload partial menu problem

Discussion in 'AutoCAD' started by HDC, Mar 21, 2005.

  1. HDC

    HDC Guest

    First I load the ACAD.mnu and them I Menuload the partial menu i need, a
    section of the partial menu is below:
    I'm using AutoCAD ADT 2004, with Win XP.

    ***POP10
    ID_MnLilker_Programs [LILKER Programs ]
    [--]
    [Set Drawing Scale]^c^cSETSCALE
    [--]
    [->Attributes]
    [(MATT) Move Attributes]^c^cMATT
    [(A2T) Att Def to text]^c^cA2T
    [<-Create]^c^cDDATTDEF
    [--]

    The problem is that when the menu is loaded, the menu show no open
    parenthesis:

    Attributes > MATT) Move Attributes
    A2T) Att Def to text
    Create


    What is the problem?

    Any help/suggestion//Tip/Idea?

    Thank you guys...

    HDC
     
    HDC, Mar 21, 2005
    #1
  2. HDC

    ECCAD Guest

    Put a (space) before the (MATT) and (A2T), like:

    ***POP10
    ID_MnLilker_Programs [LILKER Programs ]
    [--]
    [Set Drawing Scale]^c^cSETSCALE
    [--]
    [->Attributes]
    [ (MATT) Move Attributes]^c^cMATT
    [ (A2T) Att Def to text]^c^cA2T
    [<- Create]^c^cDDATTDEF
    [--]

    ...... also add a space before 'Create'.. to align with (MATT)
    and (A2T).

    Cheers: www.bobscadshop.com

    Bob
     
    ECCAD, Mar 21, 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.