Message 1 of 2
menucmd disable menu item P0.1=~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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