Exchange Forum > Menus and Customization
Menu problems in AutoCAD 9
Menu problems in AutoCAD 9

#1

Laison
Join Date:
03-11-2009
I have a partial menu (civil). It works great in 2004 but it will not work in 2009.
I got it to load but the commands did not work. Now I cannot even get it to load.
Here is the menu:
Code:
***MENUGROUP=CIVIL
***POP1
**CIVIL
ID_Civil [Civil]^C^C-TOOLBAR;CIVIL.CIVIL;SHOW;
[--]
ID_
ID_3D Functions [->3D Functions]
ID_3DSTEEL [&3DSTEEL]^C^C3DSTEEL
ID_3DCAGE [&3DCage]^C^C3DCAGE
ID_3D Cylindrical Stairs [&3D Cylindrical Stairs]^C^C3DCSTAIR
ID_3DGrating [&3DGrating]^C^C3DGRATE
ID_3D Paving [<-&3D Paving]^C^C3DPAVING
[--]
ID_3D Editing [->3D Editing]
ID_Modify Grating [&Modify Grating]^C^C3DGRATE_MOD
ID_3DCope [&3DCope]3DCope^C^C3DCOPE
ID_3DCut [&3DCut]^C^C3DCUT
ID_3DSlice [&3DSlice]^C^C3DSLICE
ID_3DJoin [&3DJoin]^C^C3DJOIN
ID_3DLengthen [&3DLengthen]^C^C3DLENGTH
ID_3DModify [&3DModify]^C^C3DMODIFY
ID_3DSquare [&3DSquare]^C^C3DSQUARE
ID_3DMiter [&3DMiter]^C^C3DMITER
ID_3DMirror [&3DMirror]^C^C3DMIRROR
ID_3DOffset [&3DOffset]^C^C3DOFFSET
ID_3DRotate [&3DRotate]^C^C3DROTATE
ID_3DUpdate [<-&3DUpdate]^C^C3DUPDATE
 
***TOOLBARS
**CIVIL
ID_CIVIL [_Toolbar("Civil", _Floating, _Show, 50, 150, 1)]
 
************************************************** ************
If you need the associated files I can attach them. Just let me know.
Menu problems in AutoCAD 9

#2

Laison
Join Date:
03-11-2009
I have a partial menu that I finally got to load. The thing is, the pulldown and toolbar did not appear after I closed the CUI interface. How do you get it to appear?
 
The menu is below.
Code:
//
// AutoCAD menu file - C:\AutoCAD Library\Menus\civil.mnu
//
***MENUGROUP=CIVIL
***POP1
**CIVIL
ID_Civil [Civil]
[--]
[->3D Functions]
ID_3DSTEEL [3DSTEEL]^C^C3DSTEEL 
ID_3DCAGE [3DCage]^C^C3DCAGE 
[3D Cylindrical Stairs]^C^C3DSTAIR 
ID_3DGrating [3DGrating]^C^C3DGRATE 
[<-3D Paving]^C^C3DPAVING 
[--]
[->3D Editing]
ID_009 [Modify Grating]^C^C3DGRATE_MOD 
ID_3DCope [3DCope]3DCope^C^C3DCOPE 
ID_3DCut [3DCut]^C^C3DCUT 
ID_3DSlice [3DSlice]^C^C3DSLICE 
ID_3DJoin [3DJoin]^C^C3DJOIN 
ID_3DLengthen [3DLengthen]^C^C3DLENGTH 
ID_3DModify [3DModify]^C^C3DMODIFY 
ID_3DSquare [3DSquare]^C^C3DSQUARE 
ID_3DMiter [3DMiter]^C^C3DMITER 
ID_3DMirror [3DMirror]^C^C3DMIRROR 
ID_3DOffset [3DOffset]^C^C3DOFFSET 
ID_3DRotate [3DRotate]^C^C3DROTATE 
ID_3DUpdate [<-3DUpdate]^C^C3DUPDATE
ID_013 [--]
***TOOLBARS
**CIVIL
ID_CIVIL [_Toolbar("Civil", _Floating, _Show, 50, 150, 1)]
//
// End of AutoCAD menu file - C:\AutoCAD Library\Menus\civil.mnu
//