I have been annoyed with the color of my crosshair for a while, I have my background set to black so the the crosshair is white. This is no problem in Model and over the paper in Layout, but when I move the crosshair outside the paper to the Grey area, I can't see the crosshair.
I can't remember this being a problem before so it must be something with 2011 that I installed a while back.
I can find where I change the color of the crosshair (Options > Display > Colors > Crosshair) so thats not the trouble.
The trouble is that since I can't remember this being a trouble before, the crosshair must have changed color from White when black background to Black when white background.
And I seem to remember that there was a color before that was called Black/White that was this exactly. It changed from Black to White depending on the background .
Is there a way to make the cross hairs default to the inverse of the color under them (e.g. black when over white, blue when over yellow, cyan when over red, etc.)? I remember that it did this in previous versions, but I can't find a setting for it in 2011.
Back in Acad2002 when I selected a command (line, for example) the crosshairs would lose the pickbox around them and I could precisely pick the area I want with no obstruction. I see in 2012, that following those same steps, leaves the pickbox around the crosshairs and thus makes it obtrusive to precisely pick exactly what I want. Is there a system variable to make that pickbox disappear while I am making my selection?
when i started using 2011. I have 2 viewports active; plan and isometric view. But when I try to navigate in the isometric view, the crosshair behaves in a way I don't understand. What happens is that when I zoom in the crosshair disappears over or under what I'm zooming in on.
It's hard to describe, but it seems that it have a different origo then the view represents. When I zoom out so much that the crosshairs are visible and I try to move them upwards, they stop in the middle of the screen and then the marker becomes visible in the ribbon part of the screen.
I have tried detaching all xref's, purged and audit, checked the elevation (0). This only happens in some drawings, not all, and I can't think of a common denominator in the drawings it happens.
I admit that I have used AutoCAD for several years now, but I have very, very little experience with 3D applications and needing to alter the typical horizontal/vertical coordinate system.
What I have is a file that, though the lower-left icon is horiz/vert, my crosshairs cursor is tilted approximately 30 degrees counterclockwise. This file, I believe, did originate in AutoCAD Civil 3D, so who knows what was done there. But, how can I get my crosshairs straightened out once more?
I have noticed a relation with the UCS and the cursor, when I've played with Orbits. I just can't grasp what that relationship is.
Have a specific drawing that the crosshair in the Y direction is broken (sse attached image). Exacctly in middle of screen this problem was seen also in older autocad releases (R2008)
The UCS is world and PLAN view is set, the screen is OK the display card + driver is OK. The weird thing is this is only in this dwg and even if it insert it to fresh dwg in comes good.
when working with a 3d model i want to switch between front, top, side views to change my XYZ axis. when i hit the view icon(whichever i am going to) it regenerates and zooms extents. is there w way to stay zoomed into the current location but toggle the crosshair XYZ plane?
Just seeing CS6 for the first time and trying to warm up to it. There were several annoyances I have been able to revert back to normal, but this one thing I can't seem to make go away.
The marquee crosshair used to be displayed with 1 pixel lines, now it has a 1px border around the entire crosshair when it is over a dark color. Is there a way to get rid of that border? It just feels a little cumbersome, and sort of annoys me. I would rather it not be there.
I have done this before in cs4.Somehow I have lost brush sizes as a circle and everything is a "+"/crosshair.Can't remember what I did to get them back!
What do I need to do to get all my individual brushes/tools back?
What is the Free Transform and Crop Crosshair used for?Whenever I transform an image or crop an image it shows up in the center of the image. Is this used as a reference to the center of your image or can you do more with it?
Two questions, actually. Why does the healing brush crosshair change in location relative to the brush and then why does the crosshair change in color?
Also, in healing brush, with "aligned" unchecked, why does the brush image change as it moves? I though that with "aligned" off, the selection made with ATL - click stayed constant.
I am using Illustrator CS5.1 on a iMac, I am working on 10.9 Mavericks, and now the crosshair/cursor/ various tools have almost dissappeared to a /faint grey in tint, will I have to wait for a fix from Adobe or Apple or is there something in preferences I can click to solve issue?
I Have already reported this 'Bug' via Adobe website.
I have to keep pressing my nose against the screen and squint my eyes to see where I am drawing and designing, it's not a pretty sight.
I am using a pdf underlay to trace over and whenever the crosshair or pickbox enters a white area it does not shift color to black to remain visible. This leaves me picking randomly trying to guess where the crosshair or pickbox is. If I change the 3dconfig to disable hardware acceleration, the color shifts, but the pdf is whited out. Not to mention the fact that by disabling hardware acceleration, I'm wasting the expensive video card on the machine. Is there a workaround? updated driver? service pack?
when i make my brush size very small (to the point that its only like 4pixels dot on the screen), a crosshair symbol automatically appears around it which makes it hard to see the cursor's surroundings when working on small details without zooming in alot (which would make a 4px cursor appear bigger thus losing the crosshair again). I guess this feature is there for people that might have trouble locating small cursors, but on a large tablet that allows very fast work without having to zoom in much, this makes things harder. Is there a way to disable this or modify some files or "hack" the cursor icons somehow and delete it?
(Tried all possible combinations of the PS prefferences but none of it seemed to be related to the cursor becoming a crosshair once the brush size gets very small relative to screenresolution)
Is there a way to apply a color to selected objects without having to search for the color in the color palette. So say if I am working with an image that has multiple colors but want to use only one of the colors in that image, is there a way to apply it without having to create or add it to the palette.
I am trying to flip between Bylayer and color 150. If cecolor is bylayer set cecolor to 150 and if cecolor is 150 set cecolor to bylayer. It seems so simple but it's not working.
(defun c:22 () (setq cc (getvar "cecolor")) (cond ((= cc "Bylayer") (setvar "cecolor" "150") ) ((/= cc "Bylayer") (setvar "cecolor" "Bylayer") ) ))
i did the test with a qleader and everything seem to be functional but mealder have an issue where autodesk have to check this
example: i have a layer called test1 with color green i have a meleader with a Dot as an arrowhead when i go to the viewport and change the vport color to red
well everything changes expt the arrowhead which will take the layer color (green) but if i go to properties and i change the arrow head to closedfilled then it will take the vport color (wierd) i did the test with autocad 2008 to 2012 all the same problem