Advice please - setting up a c
Just after a little advise really as I wouldn't know where to start.The suggestion has been raised that we set up a company tool bar/ ribbon to include the more common used tool and a few custom tool.
my concern is we have 75 LT 2010 uses and 10 full 2014 uses so can a custom ribbon be saved centrally to be accessed by all users? Yes, the key is to map the custom CUIx file in a Profile, but put it under the Enterprise Search Path. This way you don't tamper with the user's local CUIx files, leaving the feeling of micro-management off the table.
But CUIx files are basically arranging the already-available tools. This is interface type stuff and not necessarily "company standard" content such as blocks, LISP routines and other things. Tool Palettes may be the better ticket, or maybe a combo of both (which is how we had it at my last company).
-Tannar Yes - I have a custom empty menu that is the main user menu (A). To this I add a copy of the main ACAD menu (B) as an enterprise menu, which has my custom commands loaded as a partial menu ©.
CUI's B & C are located on the network - I have a version for both LT & Full, as LT can't handle LISP, while some DIESEL macros don't work in the full version.
I save as one of the default ACAD menu workspaces from B to A, then add the custom stuff from C.
All the users get a copy of menu A, which can then be tweaked to suit the users preferences as required, while allowing me to alter partial menu C at my whim. ACAD menu B remains untouched, allowing an easy update when we move to a new version.
Confused?
Edit: Just read Tanners post - I would agree that tool palettes are a more straightforward option, especially as they can be on the network as well & separated or joined seamlessly between ACAD versions. Definatly like the guys we have only 1 location for our custom menu's and thats on the server, if you make changes to the menu reload an save then the next time others fire up autocad they have the new menu, you can force a update but its easier just exit and restart Autocad the users dont need more than that. For our guys its generally that they may be 24 hrs out of date. Do what TZframpton says about setting up profiles.
Heres a custom toolbar that has been made to use a lot of common commands rather than about 3 toolbars its source MNU so you can see how to make, feel free to edit. Just Menuload it.
***MENUGROUP=ALANSTOOLBAR***TOOLBARS**ALANSTOOLSID_TbModifyAECC_ShowTS^C^C^C^P_ShowTSID_Matchprop ^C^C_matchpropID_Erase ^C^C_eraseID_Copy $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_copy,^C^C_copy)ID_Mirror $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_mirror,^C^C_mirror)ID_Offset ^C^C_offsetID_Array ^C^C_arrayID_Move $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_move,^C^C_move)ID_Rotate $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_rotate,^C^C_rotate)ID_Scale $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_scale,^C^C_scale)ID_Stretch $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_stretch,^C^C_stretch)ID_Trim ^C^C_trimID_Extend ^C^C_extendID_BreakSele ^C^C_break \_f \@ID_Break ^C^C_breakID_Join ^C^C_joinID_Chamfer ^C^C_chamferID_Fillet ^C^C_filletID_Explode ^C^C_explodeID_LAYFRZ ^C^C_layfrzID_LAYOFF ^C^C_layoffID_LAYISO ^C^C_layisoMM_LAYUNISO^C^C_LayunisoID_LAYDEL ^C^C_laydelID_Line ^C^C_lineMM_1608 ^C^C_circleMM_1607 ^C^C_arcID_Pline ^C^C_plineID_Pedit ^C^C_peditID_DrawordeB ^C^C^P_ai_draworder _Back ^PID_Appload ^C^C_appload
页:
[1]