Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mixing Menus?

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
102 Views, 2 Replies

Mixing Menus?

I am using a custom (partial) menu added to the acad menu using MENULOAD. It seems that some portions of the custom (partial) menu are not supported. In my custom (partial) menu I can call an "**Image" from the acad menu but I can't define the "**Image" in my custom (partial) menu. The "Button" & "Tablet" areas seem only to be supported in the "main" menu also. Is there documentation on what is supported in a partial menu? If I delete the whole section from the main menu will the partial menu definitions take over?
I would like to do all my customizing outside of the acad menu so upgrades will be easier.
Thanks,
Chuck Cantieny
Bob Rude Structures, Inc.
Fort Myers, FL
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous


My image menu works just fine. Below are excerpts from my
PAA.mnu that I use to access it. The pop1 is inserted into the pull down menu
bar.


***MENUGROUP=PAA


***POP1


[PLUMBING FITTINGS]$i=PAA.PLUMB1 $I=*


***IMAGE


**PLUMB1


Dave Alexander


 



style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
I
am using a custom (partial) menu added to the acad menu using MENULOAD. It
seems that some portions of the custom (partial) menu are not supported. In my
custom (partial) menu I can call an "**Image" from the acad menu but I can't
define the "**Image" in my custom (partial) menu. The "Button" & "Tablet"
areas seem only to be supported in the "main" menu also. Is there
documentation on what is supported in a partial menu? If I delete the whole
section from the main menu will the partial menu definitions take over?
I
would like to do all my customizing outside of the acad menu so upgrades will
be easier.
Thanks,
Chuck Cantieny
Bob Rude Structures, Inc.

Fort Myers, FL
Message 3 of 3
Anonymous
in reply to: Anonymous

You can swap in your partial menu's button and tablet menus by using code
similar to this (where "mw" is my menugroup name):

(menucmd "GacadA3=mw.AUX3") ; replace
(menucmd "GacadA4=mw.AUX4") ; replace

--
R. Robert Bell, MCSE
http://www.acadx.com


"cantieny" wrote in message
news:f085145.-1@WebX.maYIadrTaRb...
| I am using a custom (partial) menu added to the acad menu using MENULOAD.
It seems that some portions of the custom (partial) menu are not supported.
In my custom (partial) menu I can call an "**Image" from the acad menu but I
can't define the "**Image" in my custom (partial) menu. The "Button" &
"Tablet" areas seem only to be supported in the "main" menu also. Is there
documentation on what is supported in a partial menu? If I delete the whole
section from the main menu will the partial menu definitions take over?
| I would like to do all my customizing outside of the acad menu so upgrades
will be easier.
| Thanks,
| Chuck Cantieny
| Bob Rude Structures, Inc.
| Fort Myers, FL
|

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost