AutoCAD Inventor :: Ribbon Freezes When Checking In
Nov 21, 2012
If you make alterations to a model, and then switch to vault menu, your model is red with an asterix (requires saving). If you click check in on this, you get the message that it needs saving, click ok. It appears that it has worked but all the buttons on the toolbar are frozen. if you click the big I all the ribbon greys out and you need to restart Inventor. The only button that still works is Suite Workflows.
I have SP1.1 installed as well as the vault hot fix.
I am having PDS Ultimate 2012 and working on inventor. when i open a file or open a new template ribbon freezes means menu bar doesn't work properly,if i change the ribbon appearance it doesn't update also i cannot switch between the menu bar tabs and if i turn on the visibility of the datum planes it doesn't show on the screen.But when i refresh the windows everything works sometimes. i have installed SP1 and even repaired inventor.
System Config:
OS Name Microsoft Windows 7 Professional System Manufacturer LENOVO System Model 20079 System Type x64-based PC Processor Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz, 2300 Mhz, 2 Core(s), 4 Logical Processor(s) Name AMD Radeon HD 6370M Adapter Type ATI display adapter (0x68E4), ATI Technologies Inc. compatible Adapter Description AMD Radeon HD 6370M Adapter RAM 1.00 GB
I've been developing a way for our drafters to properly use a layer scheme. I implemented this by using a background database defined in Excel and loading this on startup. The interface is provided by custom ribbon elements as described in Fenton Webb's "UI Design featuring WPF" (autodesk university, 2009).
The ribbon contains the following custom elements:
- two series of radioboxes which are stripped of the default WPF multithreading
- a dropdown which monitors and manipulates LTSCALE
- a dropdown which selects values from the background database.
- a UserControl which displays information from the background database about the current layer
All this has worked fine on multiple (about eight) computers with AutoCAD 2010 and 2012, vanilla and Map 3D. Now for two users, the workspace randomly freezes up. The freeze is just visually, commands are still executed and it is still possible to switch to a workspace without my ribbon in it, but my ribbon just stays on the foreground. This freeze happens when the user interacts with any part of the ribbon: switching tab, clicking buttons, etcetera.
The only way to resolve this problem so far is as following:
- Switch to another workspace without my custom ribbon tab
- Restart AutoCAD
- Switch back to the original workspace, everything works now
Directly restarting AutoCAD just results in another frozen interface.
Having problem when using Inventor to check in a (large->slow) file while closing vault at the same time?
One of my colegues had a drawing file lose some of his changes when he checked in. we could not see a reason why, as the file was in vault with the correct time stamp. the file was the same as the previous check in.
This morning i have had a similar problem, where by i had made changes before checking in last night and when i opened the file in the morning the changes where not there.
I looked on my c drive in old versions (before i did anything else to overwrite it!) and low and behold the changes there!
The only thing i remember doing that was not normal was to close Vault while this large file was in the process of checking in through inventor.
I am using Inventor 2009 and have always been told not to check out files from the Vault directly. Rather to use Inventor when checking them in or out. What is the reason for this and has that changed with current versions?
I have Machine.iam with all children checked out, except for company-library-parts and Content Centre parts.
After changes to non library parts and checking in machine.iam (with 1 or more company librarie .iams in it) Inventor says: machine.iam and (x) dependent files must be saved.before they can be checked in.save and continue?
Answering Yes -> Inventor says: One or more documents have been modified but save was unsuccessful. You must save the document prior to check in. (but I did save before check in!). Only option is to press cancel..
All filenames of library.iams in the vaultlist in inventor are turned red with an * behind the filename stating they have changed.(?) Somehow inventor thinks the library.iam haved changed in this machine.iam..
If i do this again with all included children checked out, but not the library files, the result is the same.
I tried to find out what is wrong with these library-parts (all library.iams (?)) so I opened a few of these library.iam (with the librarie.ipj) and the update button is greyed out so there are no changes..
We “solve” this now by closing the machine.iam, inventor then asks: save changes?, press Yes, an new window pops up: file “machine.iam” is checked out to you. Do you want to check it in now?, press Yes, a new window pops up asking which files you want to check in: machine.iam and all checked out parts in it, press OK and all will be checked in.
But this only works with files that are already in the vault, not with new drawings of iams.
We used to have the problem after saving an part or assembly -> Inventor would ask after pressing close: do you want to save, as if the first save didn’t work.. Now we have a bigger problem..
Also sometimes checking out include children only includes all direct children and not also children of children.
I have a lot of custom libraries for purchased items for my projects. When I bring them into my assemblies I cannot turn on or off surface planes or make any changes.
I get the message that the file is not checked out to me. How can I make it so they are always checked out to me. The libraries are mine on my system.
I have some commands in which I add a button to the context menu in certain situations. Depending on the situation the button may be added or removed.
I'm alternating between using iterating through the definitions on the object they belong and if I have access to the it such as events that expose the commandbar object I iterate through it's buttons. If I don't I use a try/catch on the ControlDefinitions. Iterating through that causes an unacceptable pause.
I've always thought using exceptions to test objects is expensive but the delay breaks the users flow due to the pause.
What is the correct way to test for this?
I also run into this situation because I have different addins that add different sets of controls from a common set of dlls depending on the use context. Try/Catch works but is that the recommended way to test for things. I often need to test for the existance of things such as parameters (I have some plugins which will recreate sets of needed user parameters and some have hundreds if they don't exist already) and try/catch seems to be the best method.
we are a large manufacturing organisation and currently are using Inventor 2014 for our product design and day to day production drawing. We purchased Inventor 2014 recently for its BIM transfer capabilities. It would appear however that we can only view the outcome of the transferred files fron Inventor within Revit its self.
As we do not require Revit for any production work, purchasing a Revit licence is not an option. I recently downloaded the trial version of Revit Architecture to review the transfer files but the trial licence is now ready to expire.
Installed Product desgin suite 2014. I can create a new inventor dwg file and place a base view of an assembly into it. I then attempt to check it in and it causes Inventor to not respond and eventually crash. When I reopen the dwg from my working folder and attempt to check it in again it gives me an error saying that the file already exists.
I am looking to check the hiddenline status of a part in a drawing. The drawing is made from an assembly. I dont want to take all the segments from the view and check for each of them. I want a way I can just grab the entities that are made from an occurence.
I was hopping to use the drawingcurve(modelobject), but I dont know what to use as the modelobject! is it the edge, edges, component definition... Here some of the code that is not working.
Dim _portePattern As OccurrencePattern = oassbly.ComponentDefinition.OccurrencePatterns.Item("Pattern Porte") Dim _PoigneeOcc As ComponentOccurrence Dim _PorteOcc As ComponentOccurrence Dim PatEle As OccurrencePatternElement Dim _poigneeDef As ComponentDefinition Dim _poigneeSFbody As SurfaceBody Dim _poigneeEdges As Edges
I'm fairly new to Inventor and have been working with frame generator and analysis recently. Will Inventor 2013 check or analyize a frame to see if it meets ASD/AISC code similar to what RISA 3-D will do? If so, how can you perform this check?
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?
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?
the activation is failed because the serial number i've enterred is not valid. i install AutiCAD LT on tha same computer with new Operating System(Win7)
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.
Anyway, I just updated to the Factory Design Suite Advanced package for 2011 which, of course, includes Inventor. I have downloaded and installed all updates, service packs and hotfixes I could find btw. What happens is I'll be working in Inventor on a solid model of ANY size (even a single part) and with absolutely no warning, the display window will freeze up and won't refresh. What's really weird though is that Inventor itself is not locked up. I can click on any of the buttons or any of the items shown in the browser as though the program's running normally. I can check the task manager and it shows Inventor to be running normally. The memory status bar in Inventor shows lots of available memory. I can even hover over the display window in the area where the view steering wheel is located and the icon will change appearance as though it's working normally. I can even save the file. If I close the file, it responds like normal and goes back to the default screen. If I try to open ANY file after that, however, the screen will not refresh or show me the file I opened, even though everything else works fine and the program isn't frozen. The only way to restore full function is to completely close and reopen Inventor (on average I have to do this about once an hour). Btw, I'm also working in a local directory stored on my hard drive, not a network.
My first inkling is that it's a graphics issue but I have played with all the display settings to no avail. I ran a diagnostic on the video card and Inventor says that I'm running an Autodesk Certified driver. All the specs are within reason I think.
My workstation specs:
Dell Precision M4500 laptop
Intel core i7 processor, 2.67 GHz
4 GB RAM
Windows XP Professional SP3, 32-bit, running in 3 GB mode
NVIDIA Quadro FX 1800M, 1 GB graphics card (just updated the driver too...no change)
I just became a part of the Student Community here, and downloaded Inventor Pro. I actually had some problems right off the bat: some kb971153 file was missing, so I had to find a hotfix from MS and install it before it would let me install Inventor.
Anyway, I opened up Inventor, and found that within seconds of loading up a new .ipt file, my computer would freeze. I can confirm that ctrl+alt+del, mashing several other buttons in frustration, and thinking of creative ways to use four-letter words to describe the situation don't work. As far as I can tell, .dwg files work just fine, it's just the .ipt ones that are kick my blood pressure up a notch.
If I remember correctly, the hotfix had to do with individual licensing or something, so it shouldn't be the cause right? Everything else on the computer works just fine; if I downloaded the wrong fix or something, I figure I'd see some problems with the computer overall. So I'm lost. Maybe it has to do with the stuff the .ipt file is trying to load or access but, either way, it's causing me to have to turn my computer via power button, something I'd rather avoid.
My computer freezes when I create a mate in any assembly, at the first attempt to create a mate, I select both faces, and just when I click to make the mate, the part moves, and after the part moves, my computer just freezes, totally, nothing to du but turn it off by forcing it with the power button, this happend with Inventor 2011 and now with Inventor 2012 student version.
I have an ASUS Notebook G73jh Series with ATI Mobility Radeon HD 5870 1GB GDDR5 graphics card
I have a list of Layer Names in a text file. How can i check the Layer Names in the autocad drawing file with the list and log all the errors in a notepad.
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 am new to the ribbon and am having trouble putting more than one button on the same ribbon. I have two addins that both have buttons that need to go on the drawing>Place View tab but I can only see one button. If I put them on different tabs they both appear, what is my problem?
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] ..........
I have switched computers from my laptop to my workstation. My laptop has an Nvidia card FX2500M, and my workstation has an ATI Fire V5600.
I work with the ribbon minimised to tabs. On my laptop, when I click a tab the ribbon opens directly below the tab (i.e. justified to the left of the screen); but on my workstation, the ribbon opens below the tab but justified to the right of the screen. This means I have to move the cursor back and forth across the screen.
Is there a Reg setting to change the justified back to the left of the screen?
When the ribbon minimise is on other settings (e.g. minimise to panel tiles) the ribbon is justified to the left side of the screen.