Search the Community
Showing results for tags 'toolbar'.
-
how can i have the classic refedit toolbar in ribbon ui?
dirtyacc posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
i like the float toolbar which will automatic show up in refedit instead of the contextual ribbon,but how can i like the toolbar to the refedit command just as the old classic userinterface? -
Toolbars Not Maintaining Specific Properties
ryankevin15 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
.- 5 replies
-
- toolbar
- maintaining
-
(and 3 more)
Tagged with:
-
Mtext Toolbar Button Not Working
ryankevin15 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
......... -
Hi everyone, I'm currently writing a C# plugin for AutoCAD. I have a form containing several buttons among other things. One minor function I would like to add is to open the Group Manager via my custom created button inside that form. Now my problem is I can't seem to figure out how to access...
-
- plugin
- group manager
-
(and 3 more)
Tagged with:
-
Replacing CUI (acad.cuix) on 2nd PC - toolbar icons corrupt
SAFeSTeR posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Hi, I have an issue when replacing the 'acad.cuix' on a 2nd PC with my existing one. To do this I literally replace the file on the C:\ drive. I've tried loading my custom file into the CUI but I get an error message: Partial customisation file cannot have the same Customisation Group Name as th... -
Hey guys, I don't know what I did, but one of my toolbars moved somehow? see below for what I'm talking about. How do I get the above toolbar back down? I've tried clicking and dragging it... I don't know how I got it down. Any help is appreciated
-
I have two lisp routines I'm using to enforce some CAD standards in our office. The first, STANDARD11x17, changes Dimensions, MLeaders, and MText to the appropriate styles. It prompts the user to "Include MText?" Yes or No. The second, NORMAL, changes all layer plot style names to "Normal"...
-
Hi, I am writing code on modifying items in pickfirstselectionset. Everything goes well in VBA editor. But after I attached macro to a toolbar button, the selection is cancelled when clicking the button and then no changes to the previous selected objects. I used vbarun in command line, it...
- 1 reply
-
- selectionset
- macro
-
(and 1 more)
Tagged with:
-
Running Civil 3D 2010: It seems to me that after a long session in DeepCAD, one loses the ability to use the profile toolbar. Has anyone else experienced this? It can easily be fixed by closing out of the drawing (and sometimes even the application) and then starting back up... But that just see...
- 6 replies
-
- system variable
- profile
-
(and 3 more)
Tagged with:
-
Dear all, What should I do to make my 'Civil Design' toolbar in AutoCad Land Desktop 2007 more complete? That must be something like this.. But is not.. your early reply would be appreciated
-
Hi everybody, as you can see, AutoCAD sometimes grays out true items in Ribbon or Toolbars (e.g. undo, redo, ...) when the associated commands are not allowed. Is there a way to control this ability via lisp? Note: As documented, I know it is not possible. but I am searching some ways discovered b...
-
Creating Buttons to put in a custom toolbar
SunnyTurtle posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Hi i have a custom toolbar that someone at my company made to do stuff that is unique to the company (ie run lisps and stuff.) I want to make just one button and i have no idea how to do it i have a small understanding of lisp and don't know how do this from the code If somone knows of a reso... -
Calling a toolbar, palette or ribbon by menucmd
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
What is the symbol for Toolbar menus in menucmd:unsure:? As I remember, there was no toolbar menu when the function established, and even now there is no extensions about toolbar menus, palettes and ribbons:?. Is there any other way to manipulate toolbars visibility through AutoLISP? Any help is...