michael256 Posted June 12, 2012 Posted June 12, 2012 Is it possible to put only specific command buttons from the toolbars on my interface while excluding others. Quote
Blackfish Posted June 12, 2012 Posted June 12, 2012 Yes. You have to customize your toolbar. Create a new toolbar and add buttons as desired. Tutorials: Ellen Finkelstein - http://www.ellenfinkelstein.com/AutoCAD_tips_create_custom_toolbar_cui.html Autodesk - http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/files/WS73099cc142f4875513fb5cd10c4aa30d6b-7cd4.htm Quote
BIGAL Posted June 13, 2012 Posted June 13, 2012 You can also create toolbars via Notepad with custom icons its pretty easy here is an example the bmp's are the images for the buttons stored in the location set by "config custom icon location" you can add any ACAD commands & icons also just found this a bit easier than finding a command amongst the hundreds and dragging to new cui, allows simple edits and just a new menuload. ***MENUGROUP=CONTOURS ***TOOLBARS **ALANSCONTOURS ID_ALAN [_Toolbar("Contours", _LEFT, _Show, 0,0, 1)] Alloff [_Button("All Off","Alloff.BMP","alloff.BMP")]^c^c^c(setq surface "_ All Off")(load "vercheck")(load "listselect")(load "changecontours6") 50mm [_Button("50mm cont","50mm.BMP","50mm.BMP")]^c^c^c(setq surface "_ NS 0.05 Contours")(load "vercheck")(load "listselect")(load "changecontours6") 100mm [_Button("100mm cont","100mm.BMP","100mm.BMP")]^c^c^c(setq surface "_ NS 0.1 Contours")(load "vercheck")(load "listselect")(load "changecontours6") 200mm [_Button("200mm cont","200mm.BMP","200mm.BMP")]^c^c^c(setq surface "_ NS 0.2 Contours")(load "vercheck")(load "listselect")(load "changecontours6") 500mm [_Button("0.50m cont","500mm.BMP","500mm.BMP")]^c^c^c(setq surface "_ NS 0.5m Contours")(load "vercheck")(load "listselect")(load "changecontours6") 1m [_Button("1m cont","1m.BMP","1m.BMP")]^c^c^c(setq surface "_ NS 1m Contours" )(load "vercheck")(load "listselect")(load "changecontours6") Triangles [_Button("Triangles","TRI.BMP","TRI.BMP")]^c^c^c(setq surface "_ NS Triangles" )(load "vercheck")(load "listselect")(load "changecontours6") 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.