Photoshop :: CS4 Bug - Selection Tool Yields Random...
Oct 30, 2008
Anyone else experiencing this bug in CS4 - when starting a new selection (Marquee Tool), random sized boxes will appear BEFORE dragging and releasing the mouse button to define a selection. The boxes will often extend from the first mouse click to an image edge, but it's unpredictable.
I need to release the mouse button, deselect (left click), and then start over again. Once this behavior begins, it can recur repeatedly, making marquee selections VERY frustrating. I have to shut down Photoshop and restart, but eventually the bug will return (typically after 10-20 minutes of use). Code:
View 39 Replies
ADVERTISEMENT
Nov 5, 2013
Here’s the problem: Polygon Lasso decides to close the selection FOR NO REASON AT RANDOM.
Let me clarify that I am an advanced Photoshop user (certified expert by Adobe). I know all Photoshop tools inside and out and this is DEFINITELY not user error. Photoshop CC is glitching and it needs to be fixed. Thing is, this only started for me very recently; within the last few weeks. (Kinda close to when I updated to Mavericks on my mac but I’m not sure that has anything to do with it)
To re-iterate, this is NOT a double-clicking issue or anything done wrong by me. Making lots of small lassos joined by the shift key is also NOT a solution. Switching to the pen tool is also NOT a solution because my workflow depends on the speed of the lasso tool.
View 6 Replies
View Related
Aug 22, 2012
This morning, my Selection Tool (the filled-in arrow) is acting like a Direct Selection Tool (the hollow arrow), but only when I click and drag on a group. It ends up select the anchors within the group rather than the whole group itself.
I've checked my preferences, quit and relaunched Illustrator a few times, and nothing seems to fix it. The problem briefly went away a few minutes ago, but came back when I quit and relaunched for good measure.
It's happening in Illustrator CS 5.1. I have CS6, and that version works fine, but I'm waiting on some plugins to be updated for it, so I'd like to use CS 5.1. I'm also running the latest Suitcase Fusion 4.
View 2 Replies
View Related
Sep 15, 2011
I am using 2011 Map3D. Suddenly I am getting a "Selection Dialog Box" ?assist me to disable it? It would be super to get rid of it.
View 2 Replies
View Related
Aug 25, 2013
I am trying to create a script to specify a percentage of the selected items you want to remove.Here is what I have so far.
I still need to work out on the alert prompt and the if statement, but for now, I have the feeling that the selection.length keep changing each time Illustrator delete an object, and I don't know how to make it stick.
var selection = app.activeDocument.selection;
//alert prompt dialog for a percentage of deletion
for (var i = 0; i < selection.length; i++) {
if (Math.random < 0.5) { //need to work out the percentage
alert("yes")
selection[i].remove();
}
}
View 7 Replies
View Related
Oct 4, 2013
Using the selection tool i should be able tp reduce or shrink the size of the box or an image as a whole without changing the format. Iam not able to do that. I think i disabled something in my illustrator.
View 2 Replies
View Related
Jun 9, 2005
There must be a way to spray points randomly within a set radius. I don't see any tools to do this though in the tool bar.
View 1 Replies
View Related
Aug 25, 2005
I'm creating a landscape plan, and I would like a method for creating leaves on the trees. I can draw an initial leaf and copy it, but then I'm confronted with the tedious task of resizing, rotating, and pasting them onto the tree hundreds of times over. I know that in some drawing programs, there's a random spray tool that allows you to continuously paste a selection at random points within a given radius. Is there a tool like that in Photoshop, preferably something that also randomly modifies the size and rotation of the selection?
View 5 Replies
View Related
Sep 1, 2013
I have been continually annoyed, when creating a vector mask-heavy document, with trying to select vector mask points by dragging a rectangle only to find that it instead selects a layer higher up which has a larger vector mask.
The only workaround is to manually select the points of my mask or to drag a rectangle from outside the canvas, meaning I have to zoom out or scroll to the edge - sometimes annoying if I am zoomed in quite far.
I know that the move tool can be set to automatically select a layer, depending on what part of the image is clicked, but why is there not an option to turn this off for vector editing?
View 1 Replies
View Related
Dec 10, 2012
If you look closely in the attached picture, there is a spot of light blue on the player's helmet, that looks like a mistake (think it should look like the grass behind it)...though it actually may be part of his helmet.
Regardless, I'd like to take it out. My idea was to select the blue with the quick selection tool, then bring that selection out to the grass, select the grass with that size/shape of selection, copy/paste and then bring the grass selection into the blue part so it looks like grass in what was the blue part.
The problem is I don't seem to be able to move the selection without taking the blue with it (so it's not an empty selection and therefore can't select a piece of the grass.)
View 2 Replies
View Related
Mar 28, 2012
Bug in CS4 - when starting a new selection (Marquee Tool), random sized boxes will appear BEFORE dragging and releasing the mouse button to define a selection. The boxes will often extend from the first mouse click to an image edge, but it's unpredictable. I need to release the mouse button, deselect (left click), and then start over again. Once this behavior begins, it can recur repeatedly, making marquee selections VERY frustrating. It also occurs with the zoom tool.
I´m running Photoshop CS4 on a brand new Dell Latitude (integrated Intel graphics) on Windows 7. The CS4 is also a brand new installation. I´ve tried a couple of different mice and also disabling Open GL. I had the same issue on other laptops I used over the years but not on all of them.Actually there was a thread on this issue a while ago but it seems to be closed now and no satisfactory answer was provided. URL....
View 1 Replies
View Related
May 30, 2009
Image goes from RGB to RGB neg withuse of auto on curves, levels, auto contrast etc.
View 3 Replies
View Related
Aug 5, 2013
'm using a Mac with the latest version of the Creative Cloud. I've been stuck with the sillest problem ever with the Character Tool.It started with the size tool. If I set it to 200px and press enter, it will suddently jump to 11443.91 px. It does the same thing if I use the slider (clicking the tT and sliding up and down), it will show me the right number, but the second I let it go, it jumps to a complete random number. If I put it at 300 px, it goes to 11443.91px ... again.Now, all the other character tools are doing the exact same thing. The line-height, the tracking, everything.
Here's all my system info if you need it:
Adobe Photoshop Version: 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00) x64
Operating System: Mac OS 10.8.4
System architecture: Intel CPU Family:6, Model:58, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
[code]...
View 2 Replies
View Related
May 17, 2013
I implemented the code from the autodesk developers guide for plotting. [URL] .... I made a few minor changes such as making it a sub instead of a command, and commented out a few of the plot settings
the routine seems to work except that I don't get a PDF
I added the actrans.commit() to see fi that might work = nope.
also note that ACF.acdoc & ACF.db in my code replace acdoc & acCurDb in the original code
'<CommandMethod("PlotCurrentLayout")> _ Public Sub PlotMe(suBpath As String, subFileName As String) '' Get the current document and database, and start a transaction 'Dim acDoc As Document = Application.DocumentManager.MdiActiveDocument 'Dim acCurDb As Database = acDoc.Database Using acTrans As Transaction = ACF.Db.TransactionManager.StartTransaction()
[Code] .......
View 3 Replies
View Related
Aug 24, 2012
I have a problem with making joints in Maya 2013. When I use joint tools and try to make a chain, it won't connect and goes in random direction. I've attached the screenshot. I've just started using Maya.
View 1 Replies
View Related
May 17, 2013
I don't know if it is a bug, or something to do with Windows7 but it has been bugging me for quite a while.
On my old computer (which ran Windows XP), i could choose to open several images in PSP (all versions i had at the time) and the number of selected files didn`t seem to matter. Now, on my new computer (since a few years), i run with Windows7 and i find that if i select more than 4 files to open at once (usually jpg or png) i get an error message asking me to "select a valid file". If i deselect enough files to reach 4, it opens them fine.
It is not a big issue, although it might get a bit annoying if i have 20 small files to open at once, as i have to do it in groups of 4 at the time.
View 4 Replies
View Related
Jan 18, 2009
When I use the square selection tool, the selection edges are rounded rather than square. I can't remember how to rset this.
How do you make the edges square by default?
View 1 Replies
View Related
Apr 20, 2013
I've tried this several times, both with and without previews. I'm trying to make a copy of my masters with sidecars etc. so that I can examine the entire catalog on my laptop with an external hard drive.
On my destop PC I export all my images as a catalog to the external drive (it's a Terabyte drive ) and when done I cannot read the catalog on either the machine that created it or the laptop. I'm running Vista which seems to work ok with evertying else. I've tried both with and without previews thinking it would be a smaller amount of space by leving out the previews.
When opening the catalog from the file menu in LR 4.4 or by clicking on the saved .lrcat file it gives an error message that the catalog/library is invalid.
View 3 Replies
View Related
Jan 20, 2014
I did something and I'm not sure what. But my selection tool has changed. Now when I try to alter the length of a clip in a timeline, it automatically switches to the rolling edit tool with the 2 arrows on either side of a line. If I try to just grab the end of a clip it also drags the end of the clip beside it as well. It affects inserts and almost anything I do. I can't figure out how to return my selection tool to normal.
View 2 Replies
View Related
Sep 21, 2013
I don't understand if the problem is the same of this: [URL]
Any way i do not understand with after using -convert point tool- the tool -Direction tool- (2) do not leave me to manage both the direction handles (3). I try to upload a screenshot:
(1): how work Direction tool (it moves both the direction handles).
View 8 Replies
View Related
Sep 7, 2012
In Indesign CS6 using Mountain Lion, the hand tool appears and I can't select or work with any other tool. All I can do is move the document around. After trying the space bar and other key commands I restarted and it worked for a while. Then it happened again. I work on a Macbook pro, so when I removed the mouse and worked only with the trackpad there was no change. When I quit and reopened, no change. I then deleted prefs and restarted and it worked, but it's been happening from time to time. Any other fix without restarting or deleting prefs.
View 24 Replies
View Related
Sep 29, 2012
Once I close the selection of the pen tool how do I copy it to a transparent canvas?I right clicked and chose copy but when I pasted it onto the new canvas the whole background came with it.Or maybe the path isn't completely closed because I don't see the marching ants.
View 3 Replies
View Related
Apr 27, 2008
I am trying to cut out a selection with my pen tool, I make cut out but it does not cut out what I wanted, instead a new layer is created when I try to make the cut out selection, What do I do so it cuts out what I want instead of making a new layer
View 2 Replies
View Related
Jun 24, 2008
Photoshop CS3 sees the addition of the quick selection tool. Designed to be semi-automated, it's designed to speed up the selecting process, especially good if you're in a hurry!
My question though, is just how good is it? Anybody mastered it yet? One of the things I'd like to see is a kind of sensitivity control, I know that would start to defeat the object of it being a 'quick' selection tool, but sometimes having the option of adding more control to a tool can drastically improve its useability.
View 4 Replies
View Related
Apr 2, 2012
I recently moved up from Photoshop Elements to CS5 which included a Selection Brush Tool in addition to the Quick Selection Brush. The Selection Brush Tool allows you to paint a selection free style without being bothered by the "Quick" feature that provides guesses about where you might want to select. I could not find the Selection Brush Tool in CS5. Is there one? The lasso is not as easy to use.
View 3 Replies
View Related
Apr 12, 2013
For some reason, all of my selection tools (like marquee tool) become invisible as soon as I let mouse 1 go. So I can't really see what I have selected, however I can modify my selection, cut it, transfor or do anything else I want..
View 3 Replies
View Related
Feb 12, 2013
Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x32
Operating System: Windows 7 32-bit
Version: 6.1
System architecture: AMD CPU Family:15, Model:15, Stepping:2 with MMX, SSE Integer, SSE FP, SSE2, SSE3
Physical processor count: 1
[code]...
Installed components:
A3DLIBS.dll A3DLIB Dynamic Link Library 9.2.0.112
ACE.dll ACE 2012/01/18-15:07:40 66.492997 66.492997
adbeape.dll Adobe APE 2012/01/25-10:04:55 66.1025012 66.1025012
AdobeLinguistic.dll Adobe Linguisitc Library 6.0.0
[code]...
Optional and third party plug-ins: NONE
Plug-ins that failed to load: NONE
Flash: NONE
Installed TWAIN devices: NONE
View 17 Replies
View Related
Aug 3, 2012
I want to use the Burn and Dodge tools to create Shading and Highlights...However, I need a Rounded shape selection for the ... uhhh "grooves" between the prongs in order to dodge and burn precisely
To my dismay the Marquee tools don't have a Rounded Rectangle nor could I find a way to set the corner radius of the Marquee Rectangle..The Lasso doesn't allow me to create what I need and even if I could use it to make it just right I couldn't make it exactly the same three different times.
View 2 Replies
View Related
Mar 22, 2012
Why is the scribble selection tool not in Photoshop CS6?
View 10 Replies
View Related
Sep 18, 2013
Using CS6 on windows 8, when I use the selection tool, my entire project flashes. Whats wrong and how do i stop it?
View 2 Replies
View Related
Sep 29, 2013
Whenever I try to use a selection tool my image starts to flash from a blank screen back to the image and i can't do anything after that point unless I undo the selection.
View 1 Replies
View Related