- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have shortcut menus (POP MENUS) that are in a partial cuix file and do not display. If they are in my main cuix they DO display. I need to have them in my partial cuix but cannot figure out how to get them to display. Below is part of a lisp routine that shows how my POP menu works (one of many).
Any ideas as to how I can get them to show up? My partial cuix file is called Custom.cuix
(IF (OR (= DDST1 0) (= DDST1 NIL) (= ACTION "Y"))
(PROGN
(MENUCMD "P0=POP836") this line sets the POP menu to POP836
(MENUCMD "P0=*") this line then invokes the current POP836 to display
(SETQ DDST1 (GETDIST "SELECT DOOR SIZE"))
(MENUCMD "P0=P") this line sets the POP menu back to the default POP menu
)
)
I've searched everywhere and cannot find any answers so I hope I can get an early Christmas present here! Lol.
Thanks,
John
Solved! Go to Solution.