AutoCAD 2010 :: Loading All Tabs In New Workspace?
Apr 6, 2012
I created a new work space and under my new workspace shows only the Express Tools. How do I load all the others? If I go into any of the default workspaces all the tabs shows.
View 1 Replies
ADVERTISEMENT
Sep 3, 2013
I've followed a few examples and am able to create a new tab on the Ribbon, with panels and buttons, that appears when my DLL is loaded. However, it doesn't persist through workspace changes. I've read that this is due to my use of AdWindows.dll and my current code, as opposed to AcCui.dll, which would modify a CUIx file (that I don't know much about) to make persistent changes.
Here is a sample of my current code.
public class Commands : Autodesk.AutoCAD.Runtime.IExtensionApplication{public void Initialize(){Application.Idle += callback_Idle;}private void callback_Idle(Object sender, EventArgs e){CreateRibbon();Application.Idle -= callback_Idle;}private void CreateRibbon(){RibbonControl mainAcadRibbon = ComponentManager.Ribbon;if (mainAcadRibbon != null){RibbonTab rTab = mainAcadRibbon.FindTab("Tab Name");if (rTab != null){mainAcadRibbon.Tabs.Remove(rTab);}rTab = new RibbonTab();rTab.Title = [code].......
View 5 Replies
View Related
Sep 10, 2012
Curious as to how to load the 3D Modeling workspace so that I can access the editing features and whatnot without having to type in the commands. I have seen a few different questions dealing with this issue, they pretty much said to into the "custom user interface", click on the transer tab and then path to the support folder where you would load the "acad.cuix" file and drag the 3D Modeling Workspace over to the left hand side. The issue I'm having is that when I path to the folder with all the different ".cuix" files there isn't a plain "acad.cuix" file to be found and none of the other options offer any sort of 3D Modeling Workspace?
View 5 Replies
View Related
Jan 20, 2013
In previous PS versions I could see my open files as thumbnails at the bottom of my workspace instead of tabs at the top. I would love to keep using that workflow- can this be selected somehow?
View 7 Replies
View Related
Dec 6, 2011
I have a custom workspace I like quite a bit. In X4 I save it to Users/Owner/My Documents/Corel Paint Shop Pro/14.0/Work spaces..... I believe that is the default folder. I had some trouble with X4 and reloaded it and lost my workspace, so I recreated it. So now when I look in there I see 2 workspaces, cleverly labeled workspace1 and workspace2 and described in the type as Corel PSP Workspace File. Well, no big problem with X4, but I opened it and had the default workspace.
When I go to load a workspace, it doesn't see the ones I have saved. I hit load and no workspaces show up (although I have checked in my preferences under workspace and the correct folder is listed.) If I hit load and then try browsing to it and again no work spaces show up. I have tried to save the current workspace under the clever title "test" and it goes into the same folder. Even stranger, when I go to load work spaces, the "test" workspace shows up. I created both workspace 1 and 2 in X4, not X3...... so what's up.... how come I can't load a workspace?
View 2 Replies
View Related
Apr 23, 2006
Does anyone know how to automatically load/reload a workspace on boot?
View 8 Replies
View Related
Mar 8, 2013
Elements editor workspace will not load.
View 2 Replies
View Related
Mar 21, 2013
I know how to insert title block in a layout tab. i want the title block to be the same block in all the tabs i am using. if i have 10 tabs i would like each layout tab to have the same title block. i will also need properties to where i change the date on the cover sheet, all layout tabs will be changed at the same time.
this also needs to be 1 file and not a base file and xref.
i know this works because i am working in autocad where it is implemented. this was done by an individual before i started at this job.
View 5 Replies
View Related
May 9, 2012
I am changing from AutoCAD 2011 to 2012. I created a custom tab in AutoCAD 2011 with custom panels that had all the buttons I use most often. Despite saving the workspace and the profile as I was told, it hasn't shown up in 2012.
How can I get my custom tab to show up in the 2012 ribbon, without recreating it from scratch?
View 3 Replies
View Related
Apr 26, 2012
I would like to be able to consolidate my layout tabs. I have a drawing of a factory that is of some size and the plant is continually growing. I like having all of my information in one place as the drawings (one .dwg file) change. AutoCAD is not capable of doing so? I'm not willing to break up into separate dwg files either.
View 4 Replies
View Related
Feb 15, 2012
I want to rename some ribbon tabs. For example in C3D I have an insert tab, but also a map insert tab, but they are both named "Insert". I would like to be able to rename one of them Map Insert instead of just Insert.
View 3 Replies
View Related
Mar 14, 2010
My Ribbon is blank and says, "The Ribbon does not have any tabs or panels currently loaded."
I have tried "reseting" my CUI acad.cuix file and restoring it and it won't work -- I heard that was the golden ticket to my problem; however, my ribbon still says it doesn't have tabs or panels loaded...I've tried restarting AutoCad and then reseting my main cuix file as well.
View 9 Replies
View Related
Jun 17, 2013
Pertaining to the title. I somehow did something which has caused my model/layout tabs to disappear! How do do I get them back?
View 2 Replies
View Related
Feb 1, 2012
Have installed 3 Autodesk Exchange add-ins and they each create their own ribbon tab named "Add-Ins". Is there an easy way to combine them into the same ribbon tab?
[URL]
View 7 Replies
View Related
Jan 8, 2013
I asked this last year, but never figured it out.
I am an AutoCAD user, not a Computer wiz, so the "obvious" isn't always so, to me.
I have my Office AutoCAD set up the way I like it.
I have an AutoCAD at Home that I'd like to have the screen appear the same.
How and Where do I find my Workspace settings?
How and Where do I put it at Home?
View 5 Replies
View Related
Feb 28, 2012
Why autocad always starts up with 2 layout tabs available on the drawing. In the template that I have created only one layout tab is available and if I create a new drawing according to that template after startup, only one layout tab is available. The template that I have created is set as the basic template for autocad, so it starts up using this template.
Now I want autocad to startup with only one layout tab available.
View 2 Replies
View Related
Feb 8, 2013
I am having trouble trying to change the View Scale in the the layout tab. Someone before me changed it to be 1:0.808 and now when i print my drawings they are all smaller than what is shown on the screen. how do i go about changing this number so its 1:1?
View 9 Replies
View Related
Aug 20, 2012
I just changed jobs to a company that uses MEP2012. It seems as though it is not possible to revert to Acad classic with this version. So, I am trying to mimic classic as much as possible.
One of the challenges I have found is finding the paper space tabs and model tab? it used to be directly above the command line, is there a command to turn it on?
View 9 Replies
View Related
Apr 28, 2012
For some odd reason Autocad will not maintain my workspace customizations. For example I typically can customize my workspace by toggling which toolbars are shown and where they are placed. Then I can close autocad and when I start it again all the customizations are present. Now when I start autocad it loads the default workspace. I should have to customize my workspace every time I start autocad. I also shouldn't have to create any custom workspace profile or anything like that. AutoCad used to simply save any GUI customizations made automatically. I need it to get back to that.
View 9 Replies
View Related
Nov 27, 2013
I can add the SNCL-MMG tab in all the standard Workspace.
After that I save in a new profile.
In this computer it's ok.
My custom CUI is an Enterprise CUI.
But when I go to another computer and install my custom menu using my profile saved.
I didn't see the tab I need in all standard Workspace.
Autocad add my custom workspace and everything is fine on my custom workspace.
View 9 Replies
View Related
Nov 26, 2012
We just upgraded to AutoCad 2013 and Cadworx 2013. I have set up a workspace in AutoCad, how can I copy the same workspace to Cadworx. There has to be a easy way to do this.
View 1 Replies
View Related
Sep 19, 2013
issues switching layout tabs by clicking on the tabs?
Occasionally, clicking the Model or other layout tab results in no action, as if I'm not clicking on it.
All other controls (within and external to C3D) function normally so it's not a mouse hardware issue.
It will usually correct itself if I "restore down" the main application window, then maximize it again.
The -layout command is a workaround too.
View 9 Replies
View Related
May 8, 2012
AutoLISP for Combining Layout tabs into single PDF file?
View 1 Replies
View Related
Jun 11, 2010
how I can disable the preview image for model and layout tabs?This happens when I put the cursor over these tabs.
View 6 Replies
View Related
Aug 28, 2013
AutoCAD 2010 civil 3D.
Main issue is frequent crashes of the AutoCAD software. Sometimes 10-12 time's in a day. Unfortunately their are no error messages, and I have yet to see any pattern in when and how it crashes.
The problems I can see are the workspace, and process memory of my system. The workspace does not load correctly. The Ribbon shows multiples of the every tab at least twice. All tabs show the commands but not the pictures associated with the commands. CUIload shows correct workspaces.
Second note is that my system runs the same .dwg file's at 2/3 the processing memory than any other identical systems I run AutoCAD on.
Third, through my digging and attempted solutions I found that the AcSignCore_.dll file was missing.
I have: re-installed 3D twice, updated graphics drivers on my system and run open close save hotfix as well as AutoCAD2010 update 2 for 64 bit system.
View 3 Replies
View Related
Jun 13, 2012
I want to copy my named WORKSPACE to another computer.
These computers are not connected.
I'd have to copy to a CD.
View 9 Replies
View Related
Sep 4, 2013
how can i change my Autocad workspace background colour.
View 1 Replies
View Related
Jan 31, 2012
When I switch tabs in my UI (I use Drafting and Annotation), they bug somehow and they don't upgrade visually. What I mean is that if I switch "Home" tab to "Annotate", it keeps showing "Home" tab maximized, but the if I click "Line" it would use "Multiline tool", as they occupy same space in corresponding tab. I can fix it temporarily by multi-clicking bar, but after next switch between tabs, it would bug again. I assume it is not hardware problem, as it used to work for me, then I reinstalled my OS and bug started.
View 7 Replies
View Related
Jul 26, 2010
I've created a new sheet set with some existing drawing files. These files have several layout tabs in each drawing. The Sheet Set Manager (SSM) seems to import the layout tabs in random order, not in the order they appear on the drawing, nor in alphabetical or numerical order. In addition, the SSM imports and numbers all of my drawings in reverse order. Any system variable setting, or some other property setting somewhere that will change this back to ascending order?
View 7 Replies
View Related
May 31, 2012
started a new job after being out of the biz for a couple of years and would like to load some sweet dvb files that I grew accustomed to in my prior life. I can appload my .lsp files with the the best of them but these dang dvb's have me wishin' they were .lsp! The dvb's were at one time lisp routines but were turned into dvbs by a power user somewhere along the line. What's my avenue for success at ever getting to use these sweeties again?
View 9 Replies
View Related
Jun 17, 2013
Is there a way to add drop-down style buttons to the AutoCAD Classic workspace similar to the ones found in the 2D Drafting and Annotation workspace? (Ex. Drawing Circles, etc.)
View 1 Replies
View Related