menucmd disable menu item P0.1=~

menucmd disable menu item P0.1=~

support43
Explorer Explorer
141 Views
1 Reply
Message 1 of 2

menucmd disable menu item P0.1=~

support43
Explorer
Explorer

I'm trying to disable a menu item on the P0 menu.

 

I can assign my custom menu with

(menucmd "P0=scaffold.POP_EDIT_EN")

and display it with

(menucmd "P0=*")

but I can't disable any items with

(menucmd "P0.1=~")

 

The same is true if I use the default menu

(menucmd P0=ACAD.POP0)

as well as P1 menu items

 

(menucmd "P2.1=~")(menucmd "P3.1=~")

seem to work

 

Is P0 reserved?

 

Cheers

Rick

0 Likes
142 Views
1 Reply
Reply (1)
Message 2 of 2

paullimapa
Mentor
Mentor

p0 seems to behave differently than the rest.

you can test by running the following on pop1:

(menucmd "P1.1=#?")

this returns status of pop1 item 1

but attempting the same with pop0:

(menucmd "P0.1=#?")

returns nil


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes