Photoshop :: Select Items Without Layers
Dec 8, 2008
In Photoshop CS3... I have several items on their own layer. Is there away to select these items without having to find their specific layer.
Is there a tool to select the items I want on my page, thus Photoshop automatically selects their associated layer?
I would like to select more then one item at a time, but their all on separate layers.
View 3 Replies
ADVERTISEMENT
Aug 27, 2012
how to select items on the canvas, aside for selecting each individual layer on the layers panel. have Mac os X 10.7.4, and I previously had cs5.5 on my laptop.
I was able to use the direct select tool to select mulitple items by either dragging it would select anything in the box or using shift to select multiple items. Do I have to click on every item in the layer panel to select it on the canvas? Is there a option that I have checked when it should be unchecked?
View 7 Replies
View Related
Jan 17, 2008
I am using 2007 and cannot seem to select some text items. Happens in mt and dt in existing drawings.
View 9 Replies
View Related
Jul 21, 2006
No matter what command i try in autocad (move, erase, copy, etc)..i can only select one item at a time. When i choose one item it goes dashed (as they normally do), but when i click the second item the first one i chose goes back to solid and if i press return only the second item i selected if affected. Similarly if i choose 3 items , it forgets the first two and only keeps the third one.. Is this an Autocad options thing or a windows Mouse thing?
View 8 Replies
View Related
May 17, 2011
I'm trying to select all Text-based items (Text,Mtext and Attribute References) in a drawing to check to see if they match a pattern in a regular expression. Although i have a block with an attribute in the drawing and the selection filter consisting of
DxfCode.Operator, "<OR"
DxfCode.Start "ATTRIB"
DxfCode.Start "TEXT"
DxfCode.Start "MTEXT"
DxfCode.Operator, "OR>"
It isn't picking up the attribute Reference in the block.
Is there a workaround using the Editor.SelectAll method and not having to programmatically check each block's attributes? I'm using AutoCAD 2009.
View 2 Replies
View Related
Jan 15, 2010
Suddenly I can only select one item at a time. If I move onto another item, the first one de-selects. I haven't knowingly made any changes. What has happened and how to put it right? I can select multiple items via 'click and drag', but only within one drag - another drag then de-selects the first drag again.
View 9 Replies
View Related
Feb 24, 2011
I have about forty maps created in DP6. Each of these has numerous pieces of text within it. These include title, map number, descriptive notes, individual letters such as A B C, scales, map symbols etc etc. These are currently all in Arial with some parts being bolded.
My question is:
In any one map can I select all the text within that map and change the character of the font? Ie can I grab all the text and change it from arial to a serif font? Or change all the text to a different colour?
I hope it can be done. I have done a bit of experimenting but have not found a way yet.
View 5 Replies
View Related
Apr 28, 2013
I am using a MacBook laptop without external mouse and on Maya 2013 I could select multiple outliner items with the CMD + ALT keys. Since Maya 2014, this does not work anymore. how I can multi-select ? (I am not talking about the SHIFT key because my items are not contiguous).
View 8 Replies
View Related
Sep 27, 2013
I have script where I select items on multiple artboard but I can't seem to get get active art board of the selected item. Is this possible?
each artboard has a text item and I would like them in the same position on each of their own artboards that they are already one. right now it adjusts them all to one artboard. here is what I have so far
doc = app.activeDocument;
for(i = 0; i < selection.length; i++){
var firstItemPosition = doc.selection[0].position;
doc.selection[i].position = firstItemPosition;
var activeArtboardIndex = doc.artboards.getActiveArtboardIndex();
alert(activeArtboardIndex);
}
View 10 Replies
View Related
Mar 31, 2013
All of the sudden I cannot double click on text to edit and I cannot select items before I use a command. If I have selected an object the delete button will not work.
View 1 Replies
View Related
Mar 14, 2013
How do I select multiple items without having to hold down the shift key in ACLT 2013? I didn't have this problem in 2010.
View 3 Replies
View Related
Jun 28, 2012
I'm trying to select every object with the color "CutContour" So far I've been trying:
myDoc.selection = myDoc.spots.getByName("CutContour"); I guess this obviouslly wouldn't work though because myDoc.selection is looking for an array of objects. However, I can't figure out how to loop through all the objects in the document and check to see if they contain the SpotColor.
I want to use the Select > Same > Stroke Color , but I heard that using that in Javascript isn't available unless you have CS6 (which I currently don't). Is it true that accessing menu items through scripting is a feature in CS6?
View 4 Replies
View Related
May 6, 2012
How can i select/highlight all items in a Multi_select list_box?
View 4 Replies
View Related
Jun 26, 2012
I cant move items between layers in CS6.
The items are not locked
The items are not in groups
The layers are all unlocked
I select the item I want to move then try and move the item to the layer above (or below) with the "dot" on the right side of the layers pallete and nothing happens!
What am I doing wrong?
View 15 Replies
View Related
Apr 29, 2006
when i select diffrent layers,the layer's name in toolbar does not change, i can not change the layer, color,and other settings.my autocad version is 2006 and 2007.
View 5 Replies
View Related
Apr 5, 2012
I have a layer that contains two clipping groups (groups with a clip mask and other art). When I call layer.groupItems it returns an empty array. When I call layer.layers it returns the two clipping groups. I need to know if these layers are clipping groups, but if they are coming back as layers how can I figure that out?
View 8 Replies
View Related
Apr 15, 2013
I need to quickly obtain a count of all entities on a layer, or preferably multiple layers. In this instance all the entities will be hatches so that should make it a bit easier.
I'm aware I can use quickselect but if there was a routine that would select all hatch entities on screen (multiple layers) and provide a count per layer that would be much quicker.
View 4 Replies
View Related
May 25, 2012
How to I "unhide" my photo files in My Pictures?
View 5 Replies
View Related
Mar 21, 2013
I have a bunch of layers, WITHOUT holding down control and clicking each one, one by one, is there a button or shortcut to just auto highlight all the layers, Im trying to move them around evenly together on the canvase at once.
View 5 Replies
View Related
Mar 1, 2008
I am using the 30 day trial version of CS3 before I buy. I have been using Elements for years.
I have a PSD file that was sent to me. In elements I can click on any item in the file and move, delete etc.
But in CS3 I can not do that. I have to go to layers and find the layer I am looking for, click on it in the layer list and then I can go to the image and manipulate it.
Is this just the way it works in CS3 or do I need to flip a switch somewhere.
View 7 Replies
View Related
Apr 4, 2013
1. I can no longer nudge grouped layers. Photoshop complains that it cannot nudge layers in a group.
2. When I try to move a layer selected in the layer panel (or selected via ctrl-alt-right click), a click on the layer selects the layer effect above instead.It seems like there is some kind of click through enabled. If I click on a transparent part of the layer, the layer below get selected instead.
My first thought was that this had something to do with "Auto-select layer/group", but it's disabled. how can I go back to normal mode, so I can click anywhere in a layer, transparent or not, and move the items in it etc?(I'm using Photoshop CS6.)
View 1 Replies
View Related
Jul 22, 2013
Beginner question: When I try to select a layer in my layers palette, I am unable to. Nothing happens.
View 2 Replies
View Related
Mar 16, 2011
All of a sudden, I cant use the CTRL+CLICK to select Multiple Layers. When I do, I get this little box at the point of the cursor and ""Load Selection" pops up in the History.
View 6 Replies
View Related
Sep 5, 2004
for the life of me i can never remember how to apply a simple gradient to a single layer. the gradient i apply always alters with the rest of the image. i ctrl+click on the layer, and then try the same on the mask (if there is one)....
View 1 Replies
View Related
Jan 16, 2008
I have version 6.0, and for some reason, something changed the other day where I can no longer simply click on the layer and move it around. I now have to right click and select "layer 17" before being able to move it. I can't seem to find how to edit this setting.
View 1 Replies
View Related
Feb 11, 2005
I have a PSD with about 100 layers. When I use the select tool and press while holding CTRL (to activate "auto select layer") I sometimes select invisible layers.
View 9 Replies
View Related
Sep 27, 2005
way of merging all the layers at once together in a photoshop application, but i do not know how to merge only ditinct ones that i want to. Is there anyway how, and if there is, a shortcut would be greatly oblidged.
Version: Adobe Photoshop CS 8.0
View 2 Replies
View Related
Oct 2, 2012
This has baffled me that photoshop does not do this. But why can't I not ctrl+click on a layer and get to the layers underneath that layer? No matter how many times I ctrl+click the layer to select it, it just selects the same topmost layer.
It is interupting my workflow majorly and it is really frustrating when using a lot of texture overlays to have to hide them and then ctrl+click to find where the layer is that I want to work on. Right clicking on my document just brings up all layers in my document no matter where my mouse is.
This is what shows when I right click: [URL]....
View 10 Replies
View Related
Jul 10, 2013
If I shoot 2 different portraits (of 2 different people), against the same background (a complex one not a backdrop), using a locked frame on a tripod, giving me the same exact background in both pictures, with only the portraits changing.
If I then take these 2 pictures, and create layers out of them in the same Photoshop document, and align them perfectly on top of each other.
Is there a way (action, plugin, script, etc...) to select the pixels that did not change between the 2 layers? In other words, the pixels that create the background of both pictures? And would it make it easier if I shoot the background alone, and then the portraits, and then follow the same steps?
View 1 Replies
View Related
Nov 12, 2012
if there is a plugin or a way to select all the invisible layers from a photoshop file autmatically with just one click?This would be really handy when it comes to huge photoshop files with lots of folders & layers...
View 4 Replies
View Related
Feb 23, 2012
I'm practicing on photoshop cs5 and I'm working on picture and trying to change things in it but when it came to select auto-align layers from the edit menu it's not lighting to select it i, i can see it but can't select it.
View 4 Replies
View Related