laison Posted July 22, 2009 Posted July 22, 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 can not even get it to load. Here is the menu: ***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 [ [--] 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 [ ***TOOLBARS **CIVIL ID_CIVIL [_Toolbar("Civil", _Floating, _Show, 50, 150, 1)] ************************************************************** if you need the associated files I can email them just let me know. Quote
CrustyFur Posted July 31, 2009 Posted July 31, 2009 You need to remove the spaces from the IDs. This works for me: ***MENUGROUP=CIVIL ***POP1 **CIVIL ID_Civil [Civil]^C^C-TOOLBAR;CIVIL.CIVIL;SHOW; [--] 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 [ [--] 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 [ ***TOOLBARS **CIVIL ID_CIVIL [_Toolbar("Civil", _Floating, _Show, 50, 150, 1)] Regards, Chris 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.