Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Menu Label: How can I get %s to work in my custom menus?

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
237 Views, 3 Replies

Menu Label: How can I get %s to work in my custom menus?

The following lines are contained in acad.mns:

***POP501
**CMDEFAULT
[Context menu for default mode]
ID_CMNonLast [&Repeat %s]^C^C;

How can I get %s to work in my menus? Is there any documentation on the use
of this parameter?
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

Nuts! It only works in the CMDEFAULT and CMEDIT menus
(http://usa.autodesk.com/adsk/servlet/ps/item?siteID=123112&id=2869226&linkI
D=2475323).

"clarence_rollins" wrote in message
news:C968EBD3E7F61A712F56C16DCADC7F11@in.WebX.maYIadrTaRb...
> The following lines are contained in acad.mns:
>
> ***POP501
> **CMDEFAULT
> [Context menu for default mode]
> ID_CMNonLast [&Repeat %s]^C^C;
>
> How can I get %s to work in my menus? Is there any documentation on the
use
> of this parameter?
>
>
Message 3 of 4
Anonymous
in reply to: Anonymous

What are YOU trying to get the menu to do?

ET command: SYSVDLG
Look up CMDNAMES

Perhaps you can fine a means to store/retrieve this value... build a command
to repeat from it's setting?
but to make this a part of every command is what you'd need... that sounds
like a reactor... that's above me!


"clarence_rollins" wrote in message
news:C968EBD3E7F61A712F56C16DCADC7F11@in.WebX.maYIadrTaRb...
> The following lines are contained in acad.mns:
>
> ***POP501
> **CMDEFAULT
> [Context menu for default mode]
> ID_CMNonLast [&Repeat %s]^C^C;
>
> How can I get %s to work in my menus? Is there any documentation on the
use
> of this parameter?
>
>
Message 4 of 4
Anonymous
in reply to: Anonymous

I wanted to do nothing more than add the [...%s] line to my menu.


"Peter Friedrich" wrote in message
news:EBC87CFFA1A2E2E0BE93FA187EA35FA8@in.WebX.maYIadrTaRb...
> What are YOU trying to get the menu to do?
>
> ET command: SYSVDLG
> Look up CMDNAMES
>
> Perhaps you can fine a means to store/retrieve this value... build a
command
> to repeat from it's setting?
> but to make this a part of every command is what you'd need... that sounds
> like a reactor... that's above me!
>
>
> "clarence_rollins" wrote in message
> news:C968EBD3E7F61A712F56C16DCADC7F11@in.WebX.maYIadrTaRb...
> > The following lines are contained in acad.mns:
> >
> > ***POP501
> > **CMDEFAULT
> > [Context menu for default mode]
> > ID_CMNonLast [&Repeat %s]^C^C;
> >
> > How can I get %s to work in my menus? Is there any documentation on the
> use
> > of this parameter?
> >
> >
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report