Use of "menucmd"
Posted: Fri Aug 17, 2001 11:09 am
Another problem in intellicad is the use of "menucmd".
To automaticly load a "menu" in Autocad I use
(command "menuload" "mimenu")
and
(menucmd "p9=+mimenu.pop1")
In that case I add a new popup in Autocad menus.
BUT IN INTELLICAD... menuload works fine but... menucmd can't add mi popup menu.
other variants like (menucmd "p9=mimenu.pop1") etc... doesn't works...
what is the right algorith to add popup menus to Intellicad upper menus from LISP?
Thanks in advance...
To automaticly load a "menu" in Autocad I use
(command "menuload" "mimenu")
and
(menucmd "p9=+mimenu.pop1")
In that case I add a new popup in Autocad menus.
BUT IN INTELLICAD... menuload works fine but... menucmd can't add mi popup menu.
other variants like (menucmd "p9=mimenu.pop1") etc... doesn't works...
what is the right algorith to add popup menus to Intellicad upper menus from LISP?
Thanks in advance...