AutoCAD 2010 :: Mouse Selects Wrong Item On Object Snap Context Menu
Feb 21, 2012
For as long as I can remember, across all versions of Autocad, I've had problems picking the right item on the popup menu for object snap (shift-right click). It frequently picks the item below the intended one, i.e. it will pick Parallel rather than Perpendicular. Trying a second time works every time. This problem has been so consistent that I don't believe it is user error. The item is highlighted, after all. There is no way I'm repeatedly missing it. Is it possible to calibrate the mouse in Autocad?
View 9 Replies
ADVERTISEMENT
Oct 10, 2013
I have developed a script that act on the layers individually so it would be great if I could add a new command in the layer context menu (the one that has Blending Options..., Duplicate and Delete Group, Copy,Paste and Clear Style and add or remove colors from the "eye" icon, etc...
I know that you can add the script to File/Scripts submenu but if I had access to it directly from that context menu, it would be much better. I have seen a script that adds a new top menu item to the menu bar of the ESTK so I am hopeful it can be done something similar in PS.
View 2 Replies
View Related
Aug 18, 2012
According to this [URL] article I tried to add context menu to my object:
ContextMenuExtension nodeContextMenu = new ContextMenuExtension();
....
Application.AddObjectContextMenuExtension(RXClass.GetClass(typeof(DBPoint)), nodeContextMenu);
Next, I found selected object:
private static ObjectId GetSelectedObject()
{
Document doc = Application.DocumentManager.MdiActiveDocument;
Editor ed = doc.Editor;
[Code] ........
Ok, I found it and tried to change properties of selected object:
using (Transactiontx = db.TransactionManager.StartTransaction())
{
DBPoint point = tx.GetObject(selectedObject, OpenMode.ForWrite) asDBPoint;
At this line Autocad has been crashed. This line works if I open object ForRead, but I can't open it ForWrite or call UpgradeOpen. Is it possible to change object from context menu?
View 3 Replies
View Related
Aug 23, 2012
When zooming, I middle click the mouse to bring up osnaps, then type the letter to force the snap I want. That stopped working today: the menu pops up, I type "E", the menu goes away, but it doesn't default to endpoint, there's an "E" on my command line.
I'm not sure if this is a Service Pack 1 issue or not, but I just installed that yesterday.
View 9 Replies
View Related
Nov 6, 2012
I have an inactive snap shortcut menu. When clicking shift + right mouse button the menu appears but when I typet
"E" for "ENDpoint", "M" for "Midpoint" or when I just click over the respective icons in the menu nothing really happens and I get the following message in the command bar:
"Command: _endp Unknown command "ENDP". Press F1 for help."
or
"Command: _mid Unknown command "MID". Press F1 for help."
I tried following, none of which worked:
1. resetting the main customization file ACA_Global.cuix
2. switching between different profiles and cuix files
3. reinstalling Autocad Architecture 2013
4. uninstalling and Installing Autocad Architecture 2013 service pack 1
5. installing older versions of Autocad (2008 and Architecture 2012)
6. reinstalling Windows 7 and installing Autocad Architecture 2013 again
View 1 Replies
View Related
Jun 17, 2013
I have a list of menu items. I want them to change color when the user rolls over any of the six menu items. I want to write a function so it would be
var = menuTarget; (this is the item the user is currently mouseovering how do I define this?)
menuTarget.mouseover(function(){
$(this).css("color","red");
})
menuTarget.mouseout(function(){
$(this).css("color","green");
})
View 2 Replies
View Related
Feb 17, 2012
We have a drawing with an xRef in model space and it is exposed through a paperspace viewport.
While in PS, we activate the viewport so that we can then select the xRef and with that done, we right-click on the mouse and now we have the issue.
On all computers but one, we see the pop-up menu on the left of the attached pic, but on that one computer we see the menu on the right. The difference is marked off in red and as you can see, the section with the xRef options is missing for that one guy. Why?
We are all using the same enterprise customization file and each user has their own main customization file. I have checked his main customization file and don't see anything that would be causing this.
View 9 Replies
View Related
Jun 20, 2013
ouse has started jumping across the drawing screen. snap is off
View 1 Replies
View Related
Feb 17, 2012
add the direct to PDF icon menu item to AutoCAD 2012.
View 4 Replies
View Related
Dec 13, 2011
One of the CAD engineer in my office is facing with a new problem. Until two days back she was able to use the "mid between two points" object snap. But recently it dissappeared from the shift+right click short cut menu. method to bring it back to the shortcut menu?
Sunilkumar
Formshore
CALICUT
View 3 Replies
View Related
Sep 26, 2012
Accelerator Keys
My accelerator keys for the right-click object-snap cursor menu do not work. For example, I will be drawing a line and I will bring up the object-snap menu, then I will select ‘E’ for endpoint snap, the ‘e’ will display in the dynamic input window and the snap does not work.
View 2 Replies
View Related
Mar 8, 2012
As I move my cross hairs over an object in a drawing it wants to select or highlight the object without clicking on it. On detailed models/drawings it takes alot of time and is almost impossible to use. Is there a way to turn or toggle this function off?
View 2 Replies
View Related
Dec 21, 2012
My Object Snap settings will not stay "set". Each day i have to reset the options i wish for each dwg i open up that day. also the settings do not stay set even when working on same dwg for several hours. Every couple hours i have to reset them to my options.
View 2 Replies
View Related
Apr 23, 2012
The problem is that AutoCAD 2010, does not recognize any object snap commands, all the other comands work just fine.
I have reinstalled the program and don´t work.
What could be?
View 7 Replies
View Related
Jul 25, 2009
Im trying out the "Demo"version and now find some anomaly.
If i use in ACAD2007: With "PSELECT" and then "P" or "L" i could select the last marked Object/Selectionset. I had just to select the Object with the mouse. Now in ACAD2010, with this routine i can only select objects which i have selected in a command (before or within).
For example: Draw a few circles and lines. Then copy 3 of them. ESC. And select another few. ESC and then use PSELECT P and it marks the three which i selected to copy and not these i've selected with mouse!
The same in Lisp with: (entget(entlast)) . You aren't able to select those object which where only marked by mouse.I know; mostly you use a command with some objects and then use another with the same objects, and it works. But when you klick ESC or even in Script or Lisp you got problems, and its not very "proper" at all. Is this the new handling with the selection set: feature odr big?
View 9 Replies
View Related
Dec 12, 2013
Is there a setting I can change so if I am drawing an object (line, polyline, etc.) if I am snapping to a contour line, the objects will NOT take on the elevation of the contour line?
View 3 Replies
View Related
Jul 22, 2012
Can I add context menu from C# module to AutoCAD objects (for example - line). So, I want to create C# class library and load it from AutoCad by netload command. In code I want to add context menu.
View 7 Replies
View Related
Feb 28, 2012
One of my users has been complaining that his "right click stops working". I have verified the problem myself, and find it very odd. It seems to be exclusive to his machine, which is a Windows XP 32 bit, I think with 4GB RAM and a decent gaming graphics card running IV 2012.
After he's been working about half of the day he suddenly is unable to right click and bring up his context menu. He then has to save his work and reboot his machine. After this he'll be good again for a few hours.
I asked him if he can bring up his context menu on other applications when IV's stops working. He didn't know but said he would try it the next time he has the problem.
I also asked him if he's using a 3 gig switch.
View 3 Replies
View Related
Apr 27, 2012
I'm trying to add to a right click menu for an Inventor addin using C#. I'm basing mine off of a VB sample. However, it appears VB allows the add command to be missing values, whereas C# will not allow any empty values.The 3 commas in a row are where the error occurs. C# error is simple "argument missing".
ControlDefinitions controlDefs = m_inventorApplication.CommandManager.ControlDefinitions; ButtonDefinition m_featureCountButtonDef = controlDefs.AddButtonDefinition("Add symbol", "symbolAddition", CommandTypesEnum.kQueryOnlyCmdType, "{DFJMQC00-938F-11E1-AFAA-.
[code]....
View 1 Replies
View Related
Jun 11, 2012
Not only do I find the Marking Menu extremely annoying, but it's buggy as well. It cuts off the context menu in certain zones of he screen - see attached. If the object I right click on is low enough, it will bump the menu up. The classic context menu works just fine. I find this happening more than not when trying to suppress a part for a LOD.
View 9 Replies
View Related
Sep 23, 2013
I'm using Architecture 2012 and all of a sudden the right-click context menus are no longer specific to the selected objects. If I pick a door/window tag, I no longer get the specific options to anchor it to a specific door/window. This is typical of all objects now. All that ever pops up is the basic context menu.
View 3 Replies
View Related
Nov 10, 2010
When I have an assembly open and I right click on a part, there is about a 4 to 5 second delay until I get the context menu. The second time that I right click on the same part, the menu comes up almost instantly.
Does not matter if it is a "large" or "small" assembly. See the same lag. Here is a link to a short video [URL]
I have tried using different projects files and disabled the "Quick File Open" in app options. Neither made any difference.
Hardware setting set to "Performance". Using nvidia driver 257.21 and running a GTS 250 card. I have the advantage sub pack #2 installed.
View 4 Replies
View Related
Nov 23, 2011
I´d like to know whether there is a way to control the automatic appearance of this context menu
Vertex with context.jpg
I could not understand the rules behind whether the menu shows up or not, when you put the cursor onto a vertex
I use AutoCad 2011 for Mac
View 0 Replies
View Related
Feb 22, 2012
I have a patterned extrusion in a part. I need to supress the first occurrence in this pattern but the option to do so in the context menu is not available when right clicking the 1st occurence The remaining occurrences are suppressible. Is this normal behavior when patterning in a part file?
View 2 Replies
View Related
Jan 7, 2013
extend the context menu of "Layer Group". We have a "save" option for single layer but i want the same for layer group
View 1 Replies
View Related
Nov 28, 2011
I´d like to know whether there is a way to control the automatic appearence of this context menu
Vertex with context.jpg
I could not understand the rules behind whether the menu shows up or not, when you put the cursor onto a vertex
I use AutoCad 2011 for Mac
View 2 Replies
View Related
Jun 27, 2013
It involves right clicking on an object in Corel Draw X6. I had this same issue in X5 too.
My issue is that if I select an object and then right click on that object (I right click on the "X" in the middle of the selected object) it will select the object below the "X." In other words, I can only ever get the right click menu to appear on the object I select if there are no objects below it.
View 5 Replies
View Related
May 6, 2012
Object Snap.jpg I want to pick the point where the circle hits the edge of the box but there seems to be no Intersection there. But they are on the same plane!
View 9 Replies
View Related
Jan 16, 2013
Can I create popup button control underneath another pop button control?
I can do this with .net controls, but I can't seem to get this to work with Inventor. Whenever I try to add a command bar to another command bar.Controls I get an Invalid Parameter error.
Here is what I am referring to. I would like to be able to add a menu below a menu.
View 3 Replies
View Related
Sep 29, 2009
I have dual monitors. I have my Inventor on the left hand screen. When I click on the drop-down in the model browser, the menu which should appear on under the drop-down arrow appears on the right monitor. Pretty frustrating to have to move the pointer all the way across the screen to click the menu.
I have tried resetting the menus, toggling the model browser on/off. Nothing changes.
View 4 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