Theres no text on the ribbon bar. So far, I have tried switching from classic to ribbon UI, changed the font size from the application options, reinstalled and uninstalled twice, cleaned my PC of registry errors, system restored to the time i didnt have this problem.
i opened inventor pro 2012 and my interface is different and my ribbon is missing. i tried restarting a number of times with no change. I tried a repair with no change. I might try a reinstall.
Dell t1500 i7 8 gb ram Windows 7 64 bit ati firepro v4800
Just installed inventor 2013 and the icon to launch vault is missing from the ribbon where it used to be in v 2012. Also when i try to open a file the quick link to vault is not there. i have installed vault basic 2013 and it opens up fine and my files are in it. Do i have to create a link?
I have just installed Inventor 2013. How can I fix the UI Ribbon cutting off button text? I have attached a photo demonstrating the problem. I cropped the screen shot to only show the ribbon to cut down on excessive image size.
I need to create a section of a 3d model. Unfortuntaly the layout tab I need is missing. Normally if somthing is missing I type 'CUI' and then click Ribbon>Tabs> select the one I want and drag it to 'Workspaces Contents' - 'Ribbon Tabs'
The ribbon tab for layout is missing from the cui. See attached images.
I am using a full version of 2014 plain vanilla AutoCAD. More recently I have had the utility panel (that contains MEASUREGEOM) and the export panel pulled down in the work area for ease of access. The utility panel has disappeared completely, and sometimes I find the export panel hiding on the far right side of my screen with just a little bit of it sticking out. I right click on the the home tab and open "show panels" and I don't even see the utilities panel as an option to check or uncheck. I wonder if the utility panel is hiding beyond my screens view, but am unsure how to easily explore this possibility.
I just upgraded to 2013 map to a different computer. I loaded my 2012 profile and other than having to load the profile every time, I also do not have most of the ribbon tabs which I had upon the initial installation of 2013. After about 2 days I lost all od my map ribbon tabs, and at the same time my cui stopped loading automatically.
What is going on with this 2013 thing? It seems there may be a serious need for another hotfix or service pack.
In the process of migrating from 2010 to 2013, all seemed okay at first. Now when I open 2013 i have no ribbon and my keyboard is no responding to shortcuts. For example in 2010 is used the keyboard i key to insert blocks.
I'm trying to import some label and table styles from another drawing and can't seem to do it. I followed the tutorial offered here until I got to the "Manag" ribbon in my Civil 3D and found that the Styles "import Export" option is not there.
if open autocad program first, every thing is fine , ribboon is working good. but if derictly open a .dwg file when autocad is not running, the ribbon panel is gone, i tried every method i can find -- reinstall, repair install, type "ribbon" command, reset cui, swich to other worksapce then swich back--- but the ribbon just don't come back.
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)".
I'm using the "Part Number" parameter inside a block of text in my drawing, but when I export it to AutoCAD DXF 2010 format, the text in the exported file shows up as "<PART NUMBER>", instead of displaying the actual part number.
I've just been messing about with the ribbon in Civil 3D 2013 and managed to create my own tab and add a panel with 3 rows. In one of them i have added the command BATTMAN. I've obviously added an icon and used button style 'Large with Text (Vertical)'.
I've noticed that on other buttons with longish names under them have wrapped text. How do i achieve this so say 'Block Attribute Manager' text would appear stacked under the button?
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?
When creating Mtext, I can't figure out how to specify a given height using the ribbon. Clicking on the "A" on the "Home" tab brings up the "Text Editor" ribbon and displays the Mtext editor in the drawing area. On the "Style" panel of the Text Editor ribbon is a drop-down box with a default height of 1/8". Clicking on this drop-down box gives the list, 1/8", 1/4", 1'-6", 1/8", and 3/16". It appears those are my only choices, but I need to make Mtext that is 1'-0" high. If I try to highlight the size selected in the drop-down box and type in 1'-0", AutoCAD erases my typing, replacing it with the 1'-6" choice (or some other member of the preset list). It does this whether or not I have typed text in the Mtext editor, highlighted that text, etc.
If I hover the mouse over the drop-down box, a tooltip comes up that says "Ribbon Combo Box - Text Height / Press F1 for more help." Pressing F1 brings up the Autodesk Exchange window which is blank except for a spinning wheel animation in the center that never stops. The promised "help" never appears.
Right now my only workaround is to create Mtext using one of the heights that AutoCAD has chosen to make available, then select it and change its height using the Properties palette, which may or may not be so easy depending on whether the height I need is very different from the height I was forced to use and the zoom factor of my view (the created mtext might show up as an almost invisible dot, forcing me to play "Where's Waldo" to select it). This is an almost unusable kluge. How can I set the size when creating the Mtext, not afterwards? How is the list of sizes available in the drop-down box determined?
I saw some source that hinted you could use panel1Panel.AddSlideout() but in the search I do not see any Ribbon API that allows for any slideout functionality?Do you *have* to use the CUI API for this?
We're transitioning from ACA2012 to ACA2014. I'm also trying to get away from putting my blocks in DesignCenter and having our users insert Annotation (tags) from the Ribbon bar.
When I insert our door tag (or any schedule tag) from the ribbon bar, it is automatically changing the text style to the current text style. I'd rather it just use the style built into the tag. I know that can be controlled in the Designcenter content (right-click) - but how do I change that from the ribbon bar?
After I created or made a multiline text, the ribbon in autocad is getting all blurry. None of the icons in the ribbon will work (see attached picture).
I always have to shut down Autocad and restart it to continue my work.
In the Default.ivb I have created a function that creates a new panel and adds some buttons in the panel.
I see the panel and the buttons, but nothing happens when I click on them.
The documentation says that in order to listen to the events of my buttons I should declare a "Private WithEvents ButDef As ButtonDefinition", but it when I try I get an error message "Only valid in object module"
Another question, still related to the events, I would expect to find a _StartUp event where I should run my function, but I can't find that event.