AutoCAD Inventor :: Use Command In Contextual Menu
Apr 9, 2013
is there any possibility to use inventor commands like "AppContextual_ContinueCmd" in addin? I need to add to RadialMarkingMenu commands for continue or cancel during selection.Â
private void UIEvents_OnRadialMarkingMenu(Inventor.ObjectsEnumerator toEntities, Inventor.SelectionDeviceEnum toSelDevice, Inventor.RadialMarkingMenu toRadialMenu, Inventor.NameValueMap toAddInfo) { if (toSelDevice == Inventor.SelectionDeviceEnum.kGraphicsWindowSelection) { toRadialMenu.EastControl = this.oApp.CommandManager.ControlDefinitions["AppContextual_CancelCmd"]; toRadialMenu.WestControl = this.oApp.CommandManager.ControlDefinitions["AppContextual_ContinueCmd"]; } }
 The menu is correctly shown , command " AppContextual_CancelCmd" send Esc to events,
How to catch "AppContextual_ContinueCmd". is this possible?
View 4 Replies
ADVERTISEMENT
Jul 30, 2012
I would like to edit the dwt file extension in explorer to add an option in the contextual menu' to open it in acad for editing it. At the moment I can only open it, but it actually opens a copy.So I would like two options:
OPEN a copy (default behaviour)
EDIT the template (optional)
I hate the need to open a copy and then go through all the process of "save a copy as dwt".I have win7 - LibreOffice has similar options for their templates (new/open).
View 0 Replies
View Related
Jun 1, 2012
new Array command in 2012...
On a clean install without importing the users settings, the ribbon changes to to the array menu when the command is selected but if we import settings from a previous release it doesnt work.
All the other contextual menus like text editor and hatch menus work fine, seems to be just Array (I guess because its the only new one?)
Is there a way to get it working? I checked CUI and it appears under both Tabs and contextual Tab States, the settings seem the same as the others that are working?
View 9 Replies
View Related
Feb 14, 2008
I've searched around and can't find an answer to this one.
What's the keyboard shortcut to access the contextual menu?
For example, when I select a text layer and press T, how can I change the font, size, anti-aliasing, etc. without using the mouse?
View 14 Replies
View Related
Oct 8, 2012
With PR4 the right click contextual menu for the timeline seems to have been re-arranged to accomodate new features.
As a result, when you right-click a timeline element to remove all effects you have to move your pointer up through a list of about 15 items to reach the "Remove Effect" command.
There also appears not to be an assignable keyboard shortcut to remove all effects from a selected timeline element. (apart from Option+Clicking on the effect in the effect bar which just removes a single item).
Would it not make sense to have this remove effect command at the bottom so that it appears right near your pointer when you activate the menu?A keyboard shortcut binding would be ideal as I realise the contextual menus are probably in a state of constant change at the moment.
View 1 Replies
View Related
Mar 28, 2013
I was having trouble with the edit sketch options coming up when I initiated a command that needed it. I upgraded to Update 2 and It seemed to fix it. But now it's happening when when I select a floor. I'm not getting the option to edit the floor. The context options don't match what I have selected. What is the problem and how can I fix this?Â
View 1 Replies
View Related
Dec 8, 2013
I'm trying to locate the drop down menu for the adjustment brush, not the panel but the acutal menu that also has some Adobe developed presets (like soften skin and whiten teeth for example).Â
View 2 Replies
View Related
Feb 20, 2013
How do you make an image (JPEG) visible again after you turned it off with the contextural Image Ribbon Menu?
Once the image is gone I cannot find how to get the contedxtural Image Menu back.
Inventor Suite 2013 Ultimate
View 2 Replies
View Related
Jul 18, 2012
How can I add custom command (macro) to a context menu in Inventor 2010 via VBA?
(I searched the forum and got it to the point when I'm able to add commands that are built in Inventor)
View 1 Replies
View Related
Feb 9, 2013
I have LR 4.3, Camera Raw 7.3
Until yesterday I was able to delete pictures, using the contextual menu or the delete key. I got the message asking me if I wanted to delete them from disk or from the catalog.
But now, that popup message doesn't appear. The picture is not removed, just nothing happens.
Â
I checked the logs and this is the error message:
Â
performCommandDesc could not perform command ag.library.expandAllStacks (Command was disabled.).
Â
I uninstalled LR moving it to the trash. Then I deleted the com.adobe.Lightroom4.plist and I also removed the folder ~/Library/Application Support/Adobe/Lightroom.
I rebbooted the machine and installed it again. But the issue is still there, with the same error message.
Â
I verified the disk and checked file permissions.
I also tried to use another catalog from a backup.
Â
Nothing, same error.
Â
One anusual thing that I did before the error was to install the "HDRsoft Merge to 32-bit HDR Plug-in for Lightroom - Version 1.0"
I removed it but the error was still there. After the re-install I didnd't install that plug-in again so if it was the problem, it shouldn't be after the clean installation that I did again.
 Â
Machine Specs:
Man mini server mid 2011
2GHz Intel core i7
Ram: 8G
Graphics: Intel HD Graphics 3000 512MB
OSX: 10.8.2 (12C60)
View 1 Replies
View Related
Jun 19, 2012
AutoCAD Map 2010 has just been installed in my PC and since i first runned AC the command line, menu browser and key commands don´t work. This way I can´t do anything.
View 4 Replies
View Related
Nov 7, 2012
get the view command back on the list of menu commands as i seem to have lost it.
View 3 Replies
View Related
Feb 3, 2013
I am trying to use the Arc-aligned text command from the Express tools menu. No matter what style, height, offset i enter i get a box that says "Invalid text!". I never use this command in my work but am trying to create a banner
View 1 Replies
View Related
Oct 23, 2013
I have my own Palette Set.
On this Palette Set I have a palette withe a tree.
On the right click of the node, I call a command (it's one of our own ObjectARX commands, but the problem is the same with a build in command).
The command wants the user to select a point, with a few options. If I first select a point (left click) and then click right, everything works fine.
But If I click with the right button, before I select anything, the menu is not shown.
The code for calling the command is really easy:
Â
Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.SendStringToExecute("_ARC
",true,false,false);
 As said before... I don't call the _ARC command... but for the arc Command the right click menu is not shown also...What can I do, to get the normal behavior of the right click?
View 2 Replies
View Related
May 11, 2009
way to Rename menu bar commands? Move menu bar commands to other menus? Add new menu bar commands wherever you want and bind scripts to those commands?
View 39 Replies
View Related
Sep 6, 2013
Is there a reason the variations command is not available in the image adjustment menu?
View 1 Replies
View Related
Oct 22, 2013
It's a shame that Illustrator's scripting ability isn't as robust as InDesign's.
Â
I have a script that goes through every path in a file and records all of the colors used in it. The problem is that it stumbles when faced with certain types of "PluginItem"s. I've been able to fix some of it, such as when it comes across a "Compound Shape" (as opposed to a Compound Path or other normal Illustrator object). In such an instance I can select the path, then call a menu command to expand that selection:
Â
if (currentItem.typename == "PluginItem")
{
   currentItem.selected = true;
   app.executeMenuCommand("expandStyle");
   currentItem = app.selection[0];
   app.executeMenuCommand("deselectall");
   colorsInUse(currentItem);
}
Â
I had to do some scrounging to figure out how to execute that "Expand Appearance" command that is in the "Object" menu in Illustrator. In fact, the only resource I discovered was a list that is partially in Japanese. By the way, that last item in the list is a recursive call to the same function in which this if statement resides.
Â
So, the above code works for "PluginItems" that can be rectified with a call to the "Object -> Expand Appearance" menu item. What about those that don't, such as an enveloped object? With those, I'd normally just run the command above "Expand Appearance", called simply "Expand…" Well, that menu items pops up a dialog which, when the user clicks "OK" on it, will properly expand the enveloped object so that the script can continue reading the paths that made it up and get fill & stroke colors.
Â
I can call this menu item with a simple "app.executeMenuCommand("Expand3");", but my problem is that dialog which appears. I don't want the user to have to click "OK" on it every time it pops up when the script wants to expand that object, but the traditional "app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;" method doesn't work.
Â
Is there any way to expand enveloped items without having a dialog pop up on the user?
View 9 Replies
View Related
Jun 21, 2012
I'm building a custom action and it would be great if I could record clicking the layer eyeball off.
Â
Is there a menu command equivalent for turning current layer visibility off?
View 1 Replies
View Related
Jun 19, 2011
I tried to first open a KDC file, which is a RAW file from my Kodak Camera, by clicking on File>Open but it didn't work. So then I attempted to open it using "Import". That was when I found out Import was grayed out. Why would that be? I just installed the program and this happens! Is there a setting I need to change?
View 5 Replies
View Related
Mar 14, 2012
When I click on an array to edit it the contextual tab does not display. I am able to see other contextual tabs, just not this one.
View 2 Replies
View Related
Sep 16, 2011
I am using AutoCAD Architecture 2012. While using the hatch command, the contextual tab pulled up in the ribbon as expected. But when I went to pick an internal point AutoCAD froze. After closing ACAD and trying to open the drawing again it asked me to recover the drawing because of errors. After recovering the drawing the ribbon still had the contextual hatch tab in it although if you try and hatch ACAD will freeze again.
So as it sits now, no matter how many times you open or close the drawing the contextual hatch tab will not go away and is not functional. If you try and hatch the drawing crashes. I have duplicated the problem on multiple computers so I know its not a problem with my computer as much as it is a problem with this particular drawing.
View 3 Replies
View Related
Mar 23, 2011
Is there any way to turn off the Contextual tab state. I tried changing a lot of them in the CUI Ribbon Properties from Full to Merged but now when I select anything the program slows down to a crawl. My reason is that its really not that convenient for ACA to keep switching back and forth just because I select an object. I use a lot of hot key’s but there are many commands on the Home Ribbon tab that I use 99 percent of the time at selection and I find it a royal pain in the ars to keep switching it back to get to the command I need. I’m using 2011 ACA. OS is Windows 7. 64 bit and 10 GB of Ram
View 3 Replies
View Related
Apr 6, 2010
I just upgraded our office from 2010 (architecture package) to 2011 and I was very excited to use the new hatch improvements, but whenever I try to use the hatch command I don't get the contextual tab. I tried playing around with HPDLGMODE, and I can get the old style dialog box, but I was really looking forward to having all that on the ribbon. I looked in the CUI and I found the hatch creation one, and it's empty. I also noticed that many other contextual tabs are empty. I think maybe it's because of some setting I had it import from my previous release maybe?
We have multiple seats where I work (I'm in charge of everything computer related) and mine is the only one where this happens. Everyone one else that I set up has the contextual tab.
Should I just reinstall it without pulling in my settings and re-build my ribbon the way I had it?
View 7 Replies
View Related
Apr 23, 2013
How do I disable the layout Tools Contextual tab in Autocad map 2013 so that is does not become active every time I change to Paper Space. I would like the ribbon to stay focused on the HOME tab when in paper space.
View 5 Replies
View Related
Mar 17, 2012
When I select a design object such as an alignment or corridor the contextual ribbon fails to appear. I'm working on C3D2012 and the ribbon has always appeared before.
View 2 Replies
View Related
Apr 24, 2013
When i click on an alignment, the ribbon tab at the top doesn't show up. Here is my cui settings for Ribbon-Contextual Tab States-Alignment single selection.
View 4 Replies
View Related
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
Feb 4, 2013
Is there any way to turn off Layout Tools Contextual Tab in 2013? I tried the same options that worked for 2013, but it didn't work on 2013.
View 1 Replies
View Related
May 3, 2011
How do I disable the layout Tools Contextual tab in Civile3d 2012 so that is does not become active every time I change to Paper Space. I would like the ribbon to stay focused on the HOME tab when in paper space.
View 9 Replies
View Related
Dec 16, 2012
When I try to access a hatch pattern from the Hatch Creation Ribbon Contextual Tab, C3D stops working and I have to force the program to quit. I've tried repairing the installation, which didn't work. I've also compeltely uninstalled and then reinstllaed the program, and have applied the Service Pack 1 update, but the problem persists.
However, accessing a hatch pattern after using the "Hatch" command from the command does seem to work.
View 4 Replies
View Related
Jun 4, 2013
So all of a sudden my contextual menus in AI CS6 are acting weird. They always "flyout" to the right (or the direction of the arrow in the main menu), but now some of them are opening to the left. This is really annoying when you are trying to move quickly and are expecting that menu to flyout to the right. I have attached two screenshots showing the issue.
Â
FYI. Illustrator CS 6 (Creative Cloud version) running on Windows 8
View 4 Replies
View Related