When my toolbar is loaded (by menuload or netload), the F2 doesn't work anymore, it does open but it goes hiding at the back of Autocad. I know that I don't give a lot of information but I just don't know what other information you could need .. so feel free to ask
im using LT2010, with the autocad classic menu, if i click on a line the layer toolbar is not displaying the layer name of that line, it seems stuck on the current 'set' layer. also right click edit has stopped working and i cant seem to reset it via, tools/options/user prefs.
if i click onto the 2D drafting workspace, the layer problem above doesnt occur but the right click edit still doesnt work.
I've tried to figure out the pattern of how the command works for inputting partial customization menu toolbar names but I'm unsuccessful.
You should be able to show and hide partial customization menu toolbars with the -toolbar command because it can hide all toolbars including my partial customization menu toolbars currently shown. I've tried the toolbar menu alias (defined in the CUI command) and the name (refer to this link to the same image embedded below) and none work.
The color swatches in toolbar for fill and stroke are not functioning as they should. When I select an object on the artboard, the swatches display fine in the toolbar for what they should be. However, when I double-click on those swatches from within the toolbar to modify the color, the color which comes up is #000000 instead of the actual color it should be.
I am using 16.2.1 (cloud) for Mac OS 10.8.2
I've submitted a bug report.
Also, the eyedropper tool is buggy and occasionally places the #000000 into an object instead of the characteristics the eyedropper is selecting. I don't have any hidden layers or weird groupings, it just randomly decides when it is going to work or not.
I've never had these issues on previous versions of illustrator and have been proficient in all versions since 2007.
there is a problem with my code,when I load this dll,the toolbar‘s name can be fond in the customization dialog,but never shows in the UI(AutoCAD custom WS)。。。。It crush me up。。
[CommandMethod("AddToolBar")] public void AddToolBar() { CustomizationSection cs = new CustomizationSection( "C:\Users\Administrator\appdata\roaming\autodesk\autocad 2012 - simplified chinese\r18.2\chs\support\acad.cuix"); CAD.Document doc = CAD.Application.DocumentManager.MdiActiveDocument; Toolbar newTb = new Toolbar("MyTool", cs.MenuGroup); newTb.ToolbarVisible = ToolbarVisible.show;
[Code]...
i dont no y
i am a chinese,know little english.so it is hard for me to find codes of this aspect at this website,can u get me the link of the code?
I have created quite a few AutoCAD commands, but I think it’s a troublesome thing let users remember the shortcuts, I want to create a toolbar for these commands through C# code.
Our office had an update of both computers and software recently and as a result, our AutoCAD no longer has a toolbar option for creating PDF's. We were using 2007 and got updated to 2011. Before the updates, we had a toolbar feature that was specifically for creating PDF's, individual and batch. How I can get that toolbar back? If it matters at all, we also updated from Acrobat 8 to 10.
LT 2012: I am customizing a workspace with "AutoCAD classic" type tool bars. I dock them but they will not stay docked. Each time I make changes in the "Customize User Interface" dialog box, when I press OK or Apply, my previously docked tool bars get moved off to the side & I have to reposition everything again. "Lock Location - docked toolbars" is checked.
I prefer to work from toolbars on the right side and bottom of the screen. I'm finding the icon size to be much too small and it's slowing up my work because I can't discern one from the other -- and yes, I am wearing my glasses. Is there anything I can do to increase the size?
Have a problem seeing my quick access toolbar, there seems to be a white shading over most of it, how I can get rid of shading ? Not a display problem with my screen as only happens in Autocad ! See the attached screenshot .
The ability to have the layer toolbar show what layer an object is by selecting the object in model space has ceased to function. Not sure what I did. It's not specific to the drawing either as I've tested it in other drawings as well. It's a toggle somewhere in autocad. BTW Its on my 2006 version. I own 2012 but i'm an old dog that doesn't like to learn new tricks.I just noticed that the prelection ability within autocad is shut-off. For example you select a few object and then use the copy command. The copy command does not recognize the pre-selected objects anymore. Autocad now requires me to select the object from within the command itself.
Somehow, in some way, I created a floating toobar for the layers manager. When I click on the layers property button, a "floating" version of it appears. I can close it, dock it, auto-hide it, etc., but can't get rid of it permanently.
I'm using LT 2011, which feels odd after two decades of running the "full strength" versions.
"Why do my icons on a toolbar display as a cloud with a question mark " I have lost my Civil 3d icons whilst playing with new custom toolbars. The acad ones are there not lost!
1 Sure but where are the Autocad icons actually hidden?
2 Why did they get lost in the first place ? The cui does some odd things at times.
3 What is the right spot to add the path changing file support paths makes no difference. (includes reboots)
Other machines here are fine don't want the same problem with theirs when we add the new toolbars.
As an extra we run new workspaces to avoid this problem but the original Civil 3D workspace is corrupt maybe.
i use section planes quite a bit and if you're familiar with planes than everytime you insert a new section plane the settings reset. i would like to insert into my template 3 section planes each with my custom settings one being for plan one being for front one being for side. each being on a seperate layer. i would like to create a macro along with a toolbar that toggles a particular layer on and off. how do i do this? using the same shortcut to turn the item both on and off? to toggle....
I am currently working in Autodesktop 2006 at the moment and have somehow misplaced my Express Tools "Layers" toolbar. I don't remember touching it, but it's now gone. I've toggled it on and off with no luck.
Edit: Never mind. I just reset the profile and dealt with it that way.
I only turned my back on my daughter for a moment; but before I knew it she had rearranged everything on my computer. I don't know how she managed it; now I don't have a "Draw" toolbar on the screen anymore! I don't know where it's gone, and I haven't got a clue how to get it back. I have right-clicked on the side of the screen and selected the ACAD tab etc. and the "Draw" option is ticked.
I am trying to create new custom menu and toolbar in autocad 2010 using VB.NET / C#. I tried the below URL for adding existing toolbar and menu. But i need to create new one.
Methods of which I chose acToolbarDockFloating all nice but because floating hasn’t been saved in a workspace (yet) means that the toolbar is placed in the top left corner. To cut a series of tests and playing round with lisp and scripts and the likes I'm after a way of simply forcing the new toolbar in the dead centre of the screen using VBA.
I have googeld and the likes but cant find anything that resembles like
ObjToolbr.Dock acToolbarDockFloating 200, 200
(Presuming the location of the toolbar I want to force is 200 by 200)
Running 2014 plain Jane. I have the ribbon turned off. Sometimes (a lot) when I double click a block to edit it my Block Editor Toolbar does not come on. And it is not listed in the acad list of tool bars.