AutoCAD .NET :: How To Create Ribbon Tabs That Persist Through Workspace Changes

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


ADVERTISEMENT

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 View Related

AutoCAD LT :: No Panels Or Tabs On Top Ribbon

Aug 22, 2011

I turned on my AutoCAD LT 2011 this morning at work, and I didn't have any panels or tabs on the top ribbon. After searching for a way to turn them on, I found a way to remove the ribbon completely and am unable to get it back. How can I get my ribbon with tabs and panels back on the top of the screen?

View 9 Replies View Related

AutoCAD Architecture :: Missing Tabs In Ribbon?

Jun 13, 2011

In AutoCAD Architecture 2011, some of the tabs are missing. One is the Insert tab. So I can not insert an xref.

how to regenerate the ribbon...if that is what I need to do.

View 2 Replies View Related

AutoCAD LT :: The Ribbon Does Not Have Any Tabs Or Panels Currently Loaded

Nov 10, 2011

I accidentally deleted my menuload ACADLT.cuix and my AUTODESKSEEK.cuix i found and reloaded them and now my Ribbon is gone. If if type ribbon in the command line "The Ribbon does not habe any tabs or panels currently loaded." appears.

View 9 Replies View Related

AutoCAD 2010 :: How To Rename Ribbon Tabs

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

AutoCad :: The Ribbon Does Not Have Any Tabs Or Panels Currently Loaded

May 17, 2008

when i load autocad it says "The ribbon does not have any tabs or panels currently loaded"

ive tried everything i can find and cant make anything show up there. im on page 4 of 800 in my AutoCad book and it doesnt say what to do if nothing is there in the way of tools to use.. how can i make my toolbars appear? ive tried typing "ribbon" but nothing...

View 9 Replies View Related

AutoCad :: Ribbon Workspace Set Up

May 16, 2013

I have Cad 2013 and don't know how to set up the ribbon style workspace. Ihad set it up a while ago in 2011 and labeled my workspace as KPRIBBON. This workspaceis selected, but the classic CAD Is still the view now in 2013.

View 1 Replies View Related

AutoCAD Architecture :: How To Turn Off Contextual Ribbon Tabs

Nov 22, 2013

I'm a right clicker.  Contextual ribbon tabs pop up every time I touch an object. They require additional clicks and mouse movements. I don't want them. How can I stop them? I just want the default ribbon.  I was able to do this on a previous version but now I forget how. Version upgrades do not bode well for old people.

View 2 Replies View Related

AutoCAD Architecture :: Ribbon Does Not Have Any Tabs Or Panels Currently Loaded

Mar 3, 2009

This morning after no problems yesterday.

"This Ribbon does not have any tabs or panels currently loaded."

It was there yesterday until I quit ACA, where did it go?

Did Autodesk install a virus that deletes the Ribbon after a predefined number of uses? It doesn't make any difference which workspace is invoked it is not there. In Document it is just completely gone and typing ribbon at the command line brings up the "This Ribbon..." as is the case in all the other workspaces. How does this happen?

View 9 Replies View Related

AutoCAD 2010 :: The Ribbon Does Not Have Any Tabs Or Panels Currently Loaded

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

AutoCAD Civil 3D :: The Ribbon Does Not Have Any Tabs Or Panels Currently Loaded

Aug 17, 2010

My IRM officer had to install some sort of update to my AutoCAD Civil 3D 2010 package. When I loaded AutoCad, it gave me a message where my ribbon was that "The Ribbon does not have any tabs or panels currently loaded." I was able to fix this with the WSCURRENT command, but when I switch to the "Task-based Geospatial" or the Tool-based Geospatial" module, I cannot get the Ribbon back.

View 8 Replies View Related

AutoCAD 2010 :: Combine Multiple Add-Ins Ribbon Tabs?

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

AutoCAD .NET :: How To Load CUI File (Ribbon Tabs) And Make Visible

Jun 3, 2011

How do I Load CUI File (Ribbon Tabs) And Make Visible via .NET?

I know how to load a cui file, I know how to make a Ribbon... but how do I load a CUI file and then make the ribbon visible via code? 

.NET Code or Refernce to the correct objects and properties would sure work. 

View 4 Replies View Related

AutoCAD Civil 3D :: 2011 Will Not Load Enterprise Ribbon In Workspace

Aug 14, 2012

I have a cuix setup as an enterprise menu. The drop-down menu loads up fine in my workspace. However, when i go to customize the workspace, and add the ribbon portion of the cuix, it fails to load it. The same enterprise menu loads fine in AutoCAD 2011.

View 1 Replies View Related

AutoCAD 2013 :: Convert Ribbon Menu Items Into Classic Workspace?

Nov 13, 2012

i having a fully working ribbon in ACAD2013. it is a registered dll that is originally coded in vb.net.

unfortunatley the functionality is only visible at the drafting & annotation workspace but is desperatly needed in classic workspace mode.

for hours i am trying to find a way to make my functionality working in classic workspace too.

is it possible to extend the classic workspace in acad2013 with my functions? if so, how, or where can i get more detailed information to solve my task.

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Missing Ribbon Combo Box - Workspace

May 14, 2013

I am unable to find the "Ribbon Combo Box - Workspace" to our 2013 MEP or ACA CUI. It is visible in vanilla AutoCAD 2013, but it isn't listed in the Command List (under Ribbon Control Elements). I am unable to transfer it from AutoCAD's cuix either. We typically have this control in our Quick Access Toolbar, but I am unable to create this same environment in the 2013 verticals.

I am unable to see it even using one of the default profiles, like "AutoCAD Architecture (US Imperial)".

View 2 Replies View Related

Photoshop :: Open Files As Thumbnails At Bottom Of Workspace Instead Of Tabs At Top

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

AutoCAD .NET :: Create Another CUI For Another Plugin Can't Get Two Tabs To Merge

Apr 15, 2013

I have created a partial cui file that creates a new tab and a panel in the tab. This works fine.

When I try to create another cui for another plug-in I cannot get the two tabs to merge. I have set the tab Aliases to be the same but they show up as two tabs next to eachother.

View 1 Replies View Related

AutoCad 3D :: Create (in 3D Workspace) 3D Polyline

Jun 13, 2011

I'm trying to create (in 3D workspace), a 3D polyline which starts from the "ground" and goes up the Z axis for 45 units (meters for example), then, the polyline continues "up" but in a 45 degree inclination, and then it goes up further but still 45 degrees from the last segment.

I attached a picture of this to the post, the top line is the one I want to create, and the bottom one is what I get.
The thing is that the 3dpoly command doesn't let me set the line on the Z plane, unless I fix it in ortho mode, and even after I do the first segment that way, the next one stays fixed in either the Z plane or the XY plane, but not in the 45 degree between them that I want....

P.S. - when I click the 3d polyline command, there are no options in the command area, just "specify first point...." - is this what should appear?

View 9 Replies View Related

AutoCAD Inventor :: Application Option Settings Don't Persist?

Feb 16, 2012

Application option settings don't persist!  They will work great for a few days and then all of a sudden Inventor will go back to the defaults.

The iLogic browser keeps disappearing as well.

Autodesk Product Design Suite 2012 (Inventor 2012 Pro SP1, Vault 2012 Pro Update 1)
Windows 7, 64-bit
Intel Core i7
8GB
Nvidia Quadro FX 3800M

View 6 Replies View Related

AutoCAD Inventor :: Keyboard Shortcuts Won't Persist After Restart

Nov 15, 2011

I have some macros that change different layers on/off and have them set to numbers keys 1-6.  Works the first time but after a restart they dont work anymore.  Even if i change them to any other un-used key they stop working after the restart.  The remain listed in the customize screen but dont do anything until i edit and re-tick the box.

I have other macros on other keys and don't think i did anything different when i setup these ones.

View 2 Replies View Related

AutoCAD .NET :: Create / Copy Existing Workspace

Mar 5, 2013

I'm trying to create / copy an existing workspace using c#

I couldn't find a direct way to just copy the existing workspace so I tried to add it's properties manually. The only trouble is I can't seem to cover all the settings here's what I have so far...

var userworkspace = new Workspace(cs, acadUser)
 {
  WorkspaceRibbonRoot = wsMaster.WorkspaceRibbonRoot,
  WorkspaceQuickAccessToolbar = wsMaster.WorkspaceQuickAccessToolbar,
  Name = acadUser
 [Code] ....

Pretty basic I know, how can I get PartialCUI tabs, palettes, etc.. applied?

View 3 Replies View Related

AutoCAD Inventor :: Fail To Create Workspace

Jun 25, 2012

Autodesk Inventor 2013 won't let me create a project. The specified workspace G:Design does not exist.

This can result in unexpected default file locations.

Do you want to create the workspace?

and when i hit OK

Fail to  create workspace G:Design.

You may need to change it to other place

View 5 Replies View Related

AutoCAD .NET :: How To Create A Ribbon Upon Loading DLL

May 7, 2012

this newbie question. I could not figure it out how to do this.

I found a sample project named RibbonSample in which by running a command, a new tab will be added to the ribbon.

I am trying to have that tab added upon loading the dll. So I added that command in the constructor of the dll, by "

SendStringToExecute" command. But the new tab did not show up. Then I added the method which creates the tab in the constructor, and I found the same thing. In both cases, when I type the command for creating the ribbon tab, a second tab, along with the first tab I added in the constructor, show up.

So I guess two possible options I have: first, find a way to make the new ribbon tab to be shown at first place, when the dll is loaded. Second, to find a way to postpone running a command added in the constructor of the dll, until the dll is loaded, so it can run like when I type it.

View 3 Replies View Related

AutoCAD Civil 3D :: Switching Layout Tabs By Clicking On The Tabs?

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

AutoCAD Architecture :: Create Layer That Is Turned Off In All Drawing View Ports And Tabs

Jun 28, 2011

I have several paperspace tabs on my drawing. When I create a new layer on the drawing, I have to go to every tab and viewport to turn on or off the new layer. Is there a way to create a layer that is turned off in all the drawing viewports and tabs. Then, I only have to go to the paperspace tab and viewport I want the layer to be seen and turn it on.

View 1 Replies View Related

AutoCAD Inventor :: Create New Ribbon With Button

May 23, 2012

How to create a ribbon with a button. I am creating an add-in for Inventor. I am trying to put this code in the Activate Sub but it's not adding the ribbon once I open a drawing. Just trying to use this example to get me started.

public void AddParallelEnvironment(){ Application oApp = ThisApplication; // Get the Environments collection Environments oEnvironments = oApp.UserInterfaceManager.Environments; // Create a new environment Inventor.Environment oNewEnv = oEnvironments.Add("Some Analysis", "SomeAnalysis", null, null, null); // Get the ribbon associated with the assembly environment
[Code] ..........

View 1 Replies View Related

AutoCAD 2010 :: Export Multiple Layout Tabs To Create Individual CAD Files At One Time?

Oct 18, 2012

Is there a way to export multiple layout tabs to create individual CAD files at one time? I have a CAD file with 80 layout tabs. All the Drafting work was done on Paper Space of the Layout Tabs. Client wants 80 separate CAD files.

I tried right clicking on the layout tab but it will ONLY allow me to export one tab at a time.

View 5 Replies View Related

AutoCAD Inventor :: How To Create Custom Sketch Ribbon

Sep 14, 2012

How to create a custom ribbon with sketches cmd... I found example for assembly context... it work well but I don't find how to do that in sketch mode... The goal is to control the cmd the user can use.

View 3 Replies View Related

AutoCAD Inventor :: Create Ribbon Cable Between Two Connectors

Nov 18, 2011

I am trying to create a ribbon cable between two connectors, but for some reason the ribbon cable starts away from the connector and I am not sure why?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved