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


ADVERTISEMENT

AutoCAD Visual LISP / AutoLISP :: Enterprise CUI Ribbon

Jan 7, 2011

I have created a seperate CUI for use as an enterprise menu. My issue is when I set my main CUI as ACAD.cuix and my new CUI as enterprise, the custom ribbons created in the enterprise file does not show in the panel.

View 5 Replies View Related

AutoCAD Civil 3D :: 2011 - Will Not Display Ribbon

Feb 11, 2013

I am using Civil3d 2011 and the ribbon will not display.  The button seem to work some times but I can't see the ribbon, QAT, or Infocenter.  I tried relaoding the CUI files, updated video card drivers, Civil3D patches, even uninstalled and reinstalled Civil3D.

I can turn the ribbon off (ribbonclose) and the ribon area is rendered correctly on the screen.  I can turn the menubar on/off and it works just fine.

I tried logging on to the computer as different user, as the administrator, etc.  Same error.

I use the Ribbon but now I can't because I can't see it.

I have attached a screen shot of the ribbon area.  

View 5 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 .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 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

AutoCAD .NET :: Ribbon Load At Startup?

Dec 8, 2012

I have been using the ribbon api to create my custom ribbon.  I am now attempting to load said rribbon at startup by placing the load command into the initialize componant.  It isn't working. 

 Dim ribCntrl As Autodesk.Windows.RibbonControl = Autodesk.Windows.ComponentManager.Ribbon
        If ComponentManager.Ribbon Is Nothing Then
            Return
        End If
        For i As Integer = 0 To ribCntrl.Tabs.Count - 1

[code]...

I seem to remember being told it's because the ribbon .dll hasn't yet started at this point sso it has nothing to use to load it?

View 3 Replies View Related

AutoCAD .NET :: Create Custom Ribbon Tab And Buttons For Mechanical 2011?

Nov 23, 2010

How do I create a ribbon tab and button for my application, any sample code?

How do I interact the button click with my application?

View 9 Replies View Related

AutoCAD Architecture :: Create New Custom Tab Panels In Ribbon 2011

Oct 15, 2011

send me a link to tutorial to create a new cutom tab panels in a ribbon 2011

View 1 Replies View Related

AutoCad :: 2011 - Display Large Icon Without Text In The Ribbon?

Oct 22, 2012

Is there a way to display large icon without text in the ribbon in autocad 2011? or this feature is only available in 2012 and up.

Is there a workaround to display large button icon without text in 2011?

View 4 Replies View Related

AutoCAD LT :: Content Panel Missing From Insert Tab On Ribbon 2011?

Jan 28, 2011

In looking for the design center in autocad 2011lt I discovered the content panel where it should be nested is missing in the insert tab on the ribbon

View 3 Replies View Related

AutoCAD 2010 :: When Trying To Get Ribbon To Load / Error

Oct 10, 2012

I work at a place where we use autocad, everywhere... And I'm in IT and i've been struggling with this for a day now. I got 2009/2011 to work, but when i try to get 2010 to work, it just doesnt want to cooperate. Now when i used to start it up a proxy graphics thing would pop up, and i figured out how to turn that off, but then no ribbon loads. 

So i go to the command line and type in ribbon, and i get an error: 

"Unhandled exception has occurred in a component, in your application. if you continue, the app will ignore this error and attempt to continue. Object reference not set to an instance of an object" and here are the details..See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Autodesk.AutoCAD.Ribbon.RibbonPaletteSet.LoadRibbon()
at Autodesk.AutoCAD.Ribbon.RibbonPaletteSet.Initialize()
at Autodesk.AutoCAD.Ribbon.RibbonServices.CreateRibbonPaletteSet()
at Autodesk.AutoCAD.Ribbon.Commands.Ribbon()
at Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorker(MethodInfo mi, Object commandObject, Boolean bLispFunction)
at Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorkerWithExceptionFilter(MethodInfo mi, Object commandObject, Boolean bLispFunction)
at Autodesk.AutoCAD.Runtime.CommandClass.Invoke(MethodInfo mi, Boolean bLispFunction)
at Autodesk.AutoCAD.Runtime.CommandClass.CommandThunk.Invoke()
[code]...

When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

View 2 Replies View Related

AutoCAD Inventor :: Ensure Vault Ribbon / Addin Loads Within 2011?

Aug 13, 2013

Is there an easy way to ensure the Vault ribbon/addin loads within Inventor 2011?  

AutoCADM 2011 SP2
XP 32-Bit SP3

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Save Workspace And Load Onto Another Machine

Feb 29, 2012

How to save my workspace and load onto another machine? Both systems are running AutoCad 2011 and may soon change to 2012.

I figured out how to customize the ribbon and panels, and I even customized my shortcut menus. I then created my Workspace and "Saved As". Now how do I get this workspace loaded onto my Laptop with a seperate AutoCad License?

View 3 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 2010 :: Ribbon Interface And Classic Workspaces Won't Load?

Jun 2, 2012

I installed AutoCAD 2012 on a 32 bit windows 7 workstation but I received an error message."Cannot find acad.cuix customizastion file".I tried repairing the installation but it couldnt..I tried unistalling but won't uninstall..The machine was running previous versions of AutoCAD.

View 3 Replies View Related

AutoCAD Architecture :: 2011 - Load XTP File To Tool Pallet

May 17, 2011

How do I load my .xtp hatch file from Arch 2008 into my Arch 2011 tool pallet?

View 9 Replies View Related

Photoshop :: Cutom Workspace Load Automatically

May 7, 2008

how to make a custom workspace load automatically when CS3 is started? if there isn't a straightforward way, what about replacing the 'default' file for the file for the custom workspace? is there such a file?

View 2 Replies View Related

Photoshop Elements :: 11 - How To Load 2 Pictures In Same Workspace Of Photo Editor

Apr 13, 2013

in Elements 11, I am working on face swapping, how can I load 2 pictures in the same workspace of the photo editor

View 1 Replies View Related

AutoCAD 2013 :: Short Macro For Enterprise MNL

Aug 27, 2013

In a previous life, i used to have a short, one-line macro in my MNL file that would read the location of the currently active drawing, find the parent directory of that drawing (truncated to 3 levels) and open a Word document in that directory that is named after the project.

For example, if the active drawing path is

"Q:/Projects/12345 Cold Storage/Elevations/Phase 1/North Storage.dwg"

this macro would open the Word document named

"12345 Cold Storage.doc"

that was in the directory

"Q:/Projects/12345 Cold Storage"

If the file did not exist, it would be created named the same as the 3rd level directory. After i wrote this, it sure sounds like a lot, but as i remember, it was a short, one-liner.

View 4 Replies View Related

AutoCAD 2013 :: Where To Find Workspace Settings To Change Workspace

Apr 11, 2012

I just downloaded 2013 Autocad for MAC and I can't manage to see my drawing toolbars and also don't know where to find workspace settings to change my workspace to autocad classic.

View 9 Replies View Related

AutoCad :: How To Change From 3D Modeling Workspace To Standard 2D Drawing Workspace

May 1, 2011

I am trying to go from the 3D Modeling workspace to the 2D workspace without the XYZ coordinate gizmo on the drawing screen (just want to see the XY ucs) to work in 2D format.

View 1 Replies View Related

AutoCAD Map 3D :: 2012 Enterprise - File Database With SQLLite

Nov 17, 2011

I am using Autodesk 3D Map 2012 Enterprise. I used Infrastructure Administrator 2012 to create a File based schema with the required tables and domains. This has created a DWT file and my understanding is if i create a DWG file using this DWT as the template then i should be able to create the features with the attribute details stored in SQLLite. I am also not very clear whether this SQLLite would be embedded within the DWG.

I have an Utility network asset map of a city with OSMM background and Address Layer 2 in UK which i want to transfer to a DWG file created in this template. The source data is a ESRI filegeodatabase format with data held in 30+ featureclasses. I can convert the featureclasses into SHP files.

a)My problem is how can i import the contents of the shapefile into a DWG file created using the template defined using Infrastructure Administrator 2012 above and indicate that the attribute should go to SQLLite or is it something implicitly handled ?

b) It leaves me wondering as why Autodesk is not stressing on the adoption of SDF which is projected as a DWG with relational datatables? What is the intended use of SDF?

View 4 Replies View Related

AutoCAD Civil 3D :: Planning And Analysis Workspace

Sep 24, 2013

I have access to the educational version of Autocad Civil 3D 2014. I am familiar with the program, but unfortunatley I can't access the Planning and Analysis Workspace in the workspace pulldown menu. Infact I can't find it anywhere. How I can download it? Or even customize my own tab so that I have a similar layout to the planning and analysis workspace

View 4 Replies View Related

AutoCAD Civil 3D :: Will Not Save Workspace Settings

Apr 29, 2009

I use civil3D 2008 & now have an unexpected problem where the workspace profile settings will not save so that each time I start the program I have to reset everything, even when I open the program a dialogue box opens asking which workspace I want from a list, I select my saved workspace then tick don’t show me this again & then another dialogue box comes up asking me if I want to see the new feature workshop with options of yes, maybe later or No, don’t show me this again, I tick the No, do not show me this again, then the workspace opens up with the performance tuner box in the right hand bottom corner which I have to close, then I have to reset settings in tools/ options to my liking even though my workspace is the current default, the paths are correct & the main civil.CUI file updates each time I shut down the program. However each time I relaunch I have to go through all this again?

View 3 Replies View Related

AutoCAD Architecture :: Workspace Doesn't Open With Workspace 2D

Jan 4, 2012

is there a way to have the profile be on 2d drafting already as yoju open a new file or should you always open a new file and then change the profile from architecture to 2d drafting?

View 2 Replies View Related

AutoCAD Civil 3D :: How To Get The Ribbon Back

Mar 8, 2012

C3D 2012'

I accidentally closed the ribbon or the tools.. whatever you want to call it that were in the red rectangle in the picture.. How do I get it back to normal?

View 2 Replies View Related

AutoCAD 2013 :: Using Live Maps Within Proxies Enterprise Environment

May 7, 2013

I have an issue trying to connect to Live Maps.  How to implement this through a proxied enterprise environemnt.  I've read the posts to use :

Authenticated Proxies:

To use the above mentioned AutoCAD Online components through proxy servers with Authentication enabled, you should enable http (port 80) and https (port 443) access to the following domains in the proxy without Proxy Authentication (i.e. Access for “All users” or Anonymous access through the proxy):

*.autodesk.com
*.google-analytics.com
*.cloudfront.net

We don’t proxy ports 80 and 443 directly (we use 8989-9093 for proxy ports), so I don’t see any way of meeting these requirements at the present time, at least in the wired Enterprise network.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Customize Ribbon Panel In Ribbon Tab

Nov 28, 2012

I am trying to customize Autocad 2012 ribbon tab. I can't seem to find how to mimic the small arrow that appears in several of the standard menus. For example, in the 3D Solids - Home Tab, the second panel from the left is "3D Solids Home - Mesh" It has a small arrow in the corner that opens up a preferences dialogue box.

How can I add that arrow to a custom panel with that little arrow so that I can add my command to it?

View 4 Replies View Related

AutoCAD Civil 3D :: No Command Works From The Ribbon?

Feb 24, 2012

No command will work from the Ribbon.  I've changed workspaces and tried a backup CUI file.  Is my system corrupt or is there some setting that displays the ribbon, but disables the commands within it?

View 2 Replies View Related







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