sharpooth Posted November 16, 2010 Posted November 16, 2010 Hello to all, I am trying to appear my cistom menu in menubar. I have a file "mymenu.cui". This is the source code of Lisp which will load the file. (if (menugroup "mymenu") (princ "mymenu: ready") (progn (if (findfile "c:\\mymenu.cui")) (command "._menuload" "c:\\mymenu.cui")) (princ "can not load mymenu.") ); if ); progn ); if After start the routine mynenu.cui is load but does not show in menubar?! Is there any ways to show it? Thanks! Quote
alanjt Posted November 16, 2010 Posted November 16, 2010 http://www.cadtutor.net/forum/showthread.php?49243-Force-custom-pulldown-to-appear&highlight=menuload Quote
sharpooth Posted November 16, 2010 Author Posted November 16, 2010 Thank you alanjt! You are Super hero! )) Quote
alanjt Posted November 16, 2010 Posted November 16, 2010 Thank you alanjt! You are Super hero! )) Glad you figured it out. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.