Photoshop Elements :: How Do Get To Cascade In Window Selection

Oct 16, 2012

In Shop shop 6, I can bring up Editor with more than one photo file, click on Windows and then cascade to make a colage of photos.  When I try this in Photoshop 10 cascade is not available under Window even though it is there.  How do I make it availabe in Photoshop 10?

View 2 Replies


ADVERTISEMENT

Photoshop Elements :: How To Use Cascade Window Arrangement

Sep 18, 2012

In elements 9 the cascade option is permanantly greyed out, whatever I do! I have no problem in Elements 6 where it operates ok

View 5 Replies View Related

Photoshop Elements :: How To Cascade 2 Photos

Sep 14, 2012

how do I cascade 2 photos cascade is grey....

View 4 Replies View Related

Photoshop :: Thumbnails Instead Of Cascade?

Apr 8, 2009

I used to work on Photoshop Elements and would generally have around 20 images / files open that I was manipulating. 

They would appear at the bottom of the screen as thumbnails so I could easily chop and change from each one.

Now I have the full blown photoshop and can only seem to cascade each image / file I have open as tiles on the screen. 

Is there a way to have them as thumnails down the bottom so thay are all permanently visible?

View 1 Replies View Related

Photoshop :: Brush Tip Shape Selection Window

Sep 15, 2013

A newbie question about brush presets ...
 
Brush tip shape section on the brush panel shows the brush tips for the selected set of the brush presets ... at the end of the list there are some brush tips (they are changing with the selected set) and they are not included in the selected set of brush presets. Where are those additional brush tips are coming from?
 
For example ... for calligraphic brushes, at the top I can see the tips for the set of calligraphic brushes in the window ... but, there are some other brush tips there at the bottom (red lined). Where are they coming from?

View 3 Replies View Related

AutoCad :: Polygon Window Selection

Mar 13, 2010

where can I find Polygon window selection? I have autocad 2009 .

View 8 Replies View Related

AutoCad :: Selection Window In Layouts?

Mar 14, 2012

when I use the selection with the mouse, I can clearly see in model space the borders of the window I create. But when I switch to Layouts, it's invisible. I can still use it, but it's annoying not seeing the window selection. I've tried with OPTIONS-SELECTION and DISPLAY tabs to adjust it and it didn't work.

View 2 Replies View Related

GIMP :: No Marching Ants For Selection Window?

Sep 9, 2013

The newest version of Gimp no longer maintains the marching ants for the selection window when you select an image that is on a transparent layer (my observation). It seems to only select the (smaller) image(s) that are contained therein; the selection is restricted to the outline of the image only. I am trying to maintain proper spacing etc. and the marching ants selection window was wonderful for that.

View 5 Replies View Related

AutoCAD 2010 :: Can't See Selection Colored Window

Jun 16, 2013

That's the problem, I can't see the colored window when I go over my selection, I checked the options and I see everything seems OK...

View 2 Replies View Related

AutoCAD .NET :: Leave Elements In Selection Mode After A Selection Action?

Sep 11, 2013

When creating a selection Command using the PromptXXXOptions and PromptXXXResult. The entities are selected on the current view, but once the selection ends the entities return to an unselected state.

Is it possible to leave them in selection mode.

I want to this, because it will be better to use Editor.SelectImplied() instead of saving the last selection object Ids.

View 2 Replies View Related

3ds Max :: Edit Named Selection Sets Window Will Not Open?

Aug 1, 2012

My edit named selection sets window will not open. The button will not work nor the shortcut under EDIT, i have restarted, i have competely uninstalled max and i have updated with FBX plugins from autodesk. I use this command A LOT and it will not open.

View 2 Replies View Related

AutoCAD Civil 3D :: How To Label All Lines In One Go (window Selection)

Mar 23, 2012

How to label all lines in one go (window selection)?
 
Is there a way to label all the lines in one go by using the “window selection”? why the current behaviour of the selection requires to select the lines one by one?
 
How to remove the (‘) that appears at the end of each label? Is there an icon for the “add lables” command on the ribbon? Why the command “_AeccLblDlgGeneralNote” is not defined on the command line?

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 2 Replies View Related

AutoCad :: No Selection Window Appearing On Left Click

Dec 20, 2011

By default when we left click in AutoCAD and move the mouse, a selection window appears. Something went wrong in my system and now if I left click no selection window is appearing. For selection window to appear I have to drag the mouse instead of just moving it (which is the normal behavior).

View 3 Replies View Related

Illustrator :: Selecting Objects Inside Selection Window Only?

Aug 28, 2012

is there a way, that objects only inside the selection window or lassoed region get selected rather than objects getting selected which are partially inside the selection window?

View 5 Replies View Related

AutoCAD 2010 :: How To Have Window Selection When Using Adjust Space Command

Mar 24, 2012

How to have “window” selection when using the “adjust space” command?
 
I’m wondering if there is a way to select all the dimensions needed to be adjusted in one go instead of selecting them one by one.

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 2 Replies View Related

AutoCAD 2010 :: The (window Selection) Selects Only What Appears On The Screen

Apr 19, 2012

The “window selection” selects only what appears on the screen! I wanted to select a page number located on the lower left corner of each title block of each drawing but found out that the “window selection” doesn’t keep selecting what doesn’t appear on the screen (if zoom in is applied)! For example, if I select a number of drawings and “zoom in” is applied then the window selection will only keep selecting what appears only on the screen!
 
Then how to let the “window selection” keep selecting all the objects regarding whether they appear on the screen or not?

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Window Selection Of Attributes

Oct 16, 2012

I downloaded a lisp routine that will align block attributes. The problem is I can only select the attributes one at a time. I'd like to be able select multiple attributes using the selection window or a crossing window, but I haven't had much luck. If you use the AEATTSHOW command, it give you a prompt to "select using window" by pressing W. I'd like to have the same functionality for my Align attributes routine.

Below is the portion of code I currently have to select attributes one at a time:

;* Select all attributes to align with the parent selected above and add the attribute entname and the block
;* entname to a list in format ( (AttrEntName BlkEntName) (AttrEntName BlkEntName) (AttrEntName BlkEntName) )
;*
while (/= TempAttr nil)
(setq
TempAttr (nentsel "
Select Attributes to align: ")

[Code] .........

View 5 Replies View Related

Lightroom :: 4 - Make Delete From Disk In Pop-up Window Standard Selection

Jun 30, 2012

Is there a way to make the pop-up window that comes up when you delete a photo have "delete from disk" be the standard option highlighted in blue instead of "Remove"?
 
Or a way to use the keyboard to move the selected option? I know about the keyboard shortcut, Alt Ctrl Shift Delete, just wondering if there is a way to mess with the pop-up window selection. I have LR4 on a mac.

View 2 Replies View Related

CorelDRAW Graphics Suite X6 :: No Dragging Of Objects While Making A Selection Window

May 11, 2012

 While making selection by drawing a selection window, the objects often get seelected and get dragged. These objects lie on the starting vertex of the selection window. Therefore I have to find the desired bjects to be selected in object manager lying in haphazard order. Is there a way , the objects don’t get dragged while making a selection window from left to right. That means, the objects get selected which are present in the selection window only. 

Windows 7 [64-bit], Core i3 - 3.02 GHz, 4GB DDR 3 RAM

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Make Fillet With Window Selection?

Jul 11, 2012

It's possible make a fillet with window selection?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Similar By Window Selection

Jul 30, 2013

When you select similar using  autocad it select similar in entire drawing. What i want is i am able to select similar using the same setting of selecting similar but with window selection instead of entire drawing ?

View 6 Replies View Related

AutoDesk Smoke :: Rectangular Selection (window Select) Couple Of Clips?

Feb 20, 2013

I want to do rectangular selection (window select) couple of clips. So i try to click and drag (start from any empty area in timeline), but most of the time , i will end up picking up or moving the empty track (gap). In any other editing app , i can simply click and drag but not in Smoke. Yes, i have to click in specific area in the timeline so i can properly create a window selection .

View 9 Replies View Related

Illustrator :: Automate Object Selection From A Place On Window To Another Place On Artboard

Dec 24, 2013

I want automate selecting an object from a place on the window to another place on the artboard in Illustrator.

View 1 Replies View Related

Photoshop Elements :: Why Can't Move 10 Window On Mac

Nov 10, 2012

The program is active but stuck in th etop left corner.

View 10 Replies View Related

Photoshop Elements :: 11 - How To Resize Window On Mac Pro

Oct 31, 2013

How to resize photoshop elements 11 window on mac? no green+ button as off screen.  cannot rescale monitor - no option on mac pro.

View 4 Replies View Related

Photoshop Elements :: Move 9 On XP To 11 On Window 8?

Nov 17, 2012

How do I move all my photos from PSE 9 on Window XP PC to my new Window 8 PC running PSE 11?

View 2 Replies View Related

Photoshop Elements :: How To Prevent Window From Resizing

Mar 10, 2014

how can I prevent the window from resizing when I drag the title bar?

View 6 Replies View Related

Photoshop Elements :: Level Window Did Not Show Up

Jun 22, 2012

I tried to use shortcut Ctrl+L to access Level... But, my Photoshop Elements 9 did not respond and the Level window did not show up.

View 5 Replies View Related

Photoshop Elements :: Making A Glass Window?

Jan 14, 2014

I'm working on a short film for a friend. In the clips they have a man on a train by the window. As the train itself was stationary, they put a greenscreen by the window. I've added every effect to make it look like there is an outside and its speeding by, but it looks like there's nothing inbetween the man and the outside.
 
The outside is actual filmed B-roll of trees going by and is not a keyframed picture zooming by.
 
How do i make a "glass window" in adobie Elements... something I can bring into my project and but inbetween the man and the outside.
 
I do not have adobie After Effects. The only adobie Program i have is Elements 11.
 
I've looked online and can't find any pictures that work, and any search comes up with making a glass ball that magnifies the images inside of it.

View 14 Replies View Related

Photoshop Elements :: Cannot Resize Program Window Up / Down

Jan 21, 2013

Photoshop elements organizer 11 on a Mac 10.8.  I cannot resize program window up/down.

View 3 Replies View Related

Photoshop Elements :: Virtual Keyboard Window?

Oct 19, 2012

I am a windows Pc user and I am looking for a virtual keyboard like Axiotronic Quicklinks for mac user [URL]

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved