Image choices grayed out

Just installed Photoshop elements 9 with Vista.  Seems to work like Elements 6, except that I cannot
see more than one photo at a time - the images option is grayed out (in Full Edit as well as in the others)
, so I cannot cascade or tile -  I do not see a preferences for this... thank you in advance

Here is an excerpt from Adobe help on the same:
View and arrange multiple windows
In Full Edit, do one of the following:
To display windows stacked and cascading from the upper left to the lower right of the screen, choose Window > Images > Cascade.
To display windows edge-to-edge, choose Window > Images > Tile. As you close images, the open windows are resized to fill the available space.
To view all open images at the same magnification as the active image, choose Window > Images > Match Zoom.
To view the same section (upper-left corner, center, lower-right corner, and so on) of all open photos, choose Window > Images > Match Location. The view in all windows shifts to match the active (frontmost) image. The zoom level does not change.
Note: The Window > Images options are enabled only when Allow Floating Documents In Full Edit Mode is selected in preferences.
Below is a screenshot of the Preference which needs to be checked on Editor:

Similar Messages

  • Contact sheet images are grayed out

    I have made an album of black and white images and want to print them as a series of contact sheets. The sheets look good when customized, but when I tell it to print, all but the first two of the previewed images are grayed out and not worth printing. Is this an iPhoto or a printer problem or something I'm missing? The images were converted from B&W film negatives. This happens whether using the Macbook Pro or the Macbook.

    what color profile do they have? If it is gray scale it will not work - they must have sRGB as the color profile for use with iPhoto (they will still display and print black and white)
    LN

  • How do I backup my MacBook Pro when the disk image is grayed out?

    I have a MacBook Pro (15 inc. four years old) running OSX 10.6.8 and last night I got the color pinwheel of death.  I could not force quit anything and had to manually power down.
    When I powered back up I got the folder with the question mark.  I ran Disk Utility and tried to Repair Disk, but I got:
    Disk Utility stopped repairing "diskOs2"
    ...Back up as many of your files as possible
    Details: Invalid B-tree node size
    The volume could not be verified completely
    Volume repair complete
    Error: Disk Utility can't repair this disk, Back up... at the disk, and restore your backed-up files
    I hooked up an external hard drive and tried to make a copy of the disk image, but it is grayed out.  I also tried to partition the main Hitachi drive and make a "New Image" but I got: "Unable to create backup (input/output error)
    So I now have a Genius Bar appointment for tomorrow, but I can't even back up my computer before going.  I can have them tell me what to do, but then I'll have to go home and do it, and then make a second appointment.
    Any suggestions?  Oh, and I backed up this computer about six weeks ago on Time Machine, but I'd love to make a copy of all new files I've created since then.
    Thanks!

    You have two options. Purchase Disk Warrior or erase the drive. The former would require your ability to install a download of DW on a bootable disk so you could repair your hard drive. And, DW costs $99.00. The latter requires a Snow Leopard installer DVD from which you can boot, erase the hard drive, then reinstall Snow Leopard. Then download and install Mac OS X 10.6.8 Update Combo v1.1. You can then restore from your Time Machine backup. There is no way now for you to backup files unless you can access the drive. Open Disk Utility, select the entry for your disk volume then click on the Mount icon in the toolbar. If your volume mounts on the Desktop then you may be able to copy files to an external drive or even run a Time Machine backup.

  • Using photoshop elements 13 but the option to crop a single image is grayed out and also the option to crop a scanned image into individual pictures is grayed out - any ideas?

    The option to crop an image is always grayed out or unavailable - both for single images and when I want to crop scanned images into individual pictures. Any idea what I may be doing wrong?

    Did you try using the crop tool to see if it is working?  See the tool I am talking about.
    I suspect you are in Guided Mode rather than in Quick Mode or Expert Mode.

  • Import of "image sequence" grays out when you select multiple jpg in Premier CC

    It worked jus fine untill a few days ago after the CC update. I even reset the number sequencing on my camera to try a test set of picture.  no matter what I do the "image sequence" check box grays out as soon as i click on multiple jpgs.
    any one ever have this occur?

    As joe bloe says, select only a single image file to enable the Image Sequence checkbox. Once you select multiple files, then the importer is set to import as multiple single still images. FYI, you can also select any file (other than the frst), if you wish to import a shorter range of files (eg: select 0040 to import an image sequence of frame 40 and on)

  • ISight camera image is grayed out

    As of a couple weeks ago, the image from my MacBook Pro built-in iSight camera has been grayed out. The image can be seen, but barely - it's in monochrome with minimal contrast. It happens in multiple applications - have tested with Skype and Photo Booth. I followed the iSight troubleshooting steps, including resetting the SMC. Any assistance with further troubleshooting/fixing would be appreciated.

    tommca wrote:
    Yes EZ, per my first message I followed the iSight troubleshooting steps, including resetting the SMC. That didn't help. His recommendation of starting in safe mode, then restarting did help the first time, but the problem has recurred. I tried that fix again today, but it had no effect - the iSight image is barely visible, mostly grayed out.
    If your problem is EXACTLY the same with EVERY Apple app you test in EVERY user account, I can suggest two options for your consideration:
    (1) Contact your Apple Authorized Service Provider for service.
    (2) Backup you data and reinstall your Mac's software to see if that corrects it.
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz w/Mac OS X (10.6.3)  MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.3)
    LED Cinema Display  G4 PowerBook  1.67GHz (10.4.11)  iBookSE 366MHz (10.3.9)  External iSight

  • Image - mode grayed out

    First time encountering this problem, what am I missing?

    We would need your Photoshop version and would also need your OS version (Windows 7 or Mac OS 10.9)
    I'd wonder if it happens with all files, or just one.
    I can give you some generic advice:
    Under Help > choose Updates and make sure you are current.
    Sometimes the Preferences get corrupted, so holding Ctrl-alt-shift keys on the PC and starting Photoshop should give you a "delete settings" box, and by answering "Yes" you erase the old corrupted settings and hopefully that fixes it.
    Uninstall/reinstall is the last idea.
    Gene

  • Disabled JButtons without grayed-out images

    Hello,
    I have a disabled button, and when I put an image in it, the image is grayed out. Is there anyway I can have the image remain as normal instead of becoming grayed-out?
    Thanks in advance.
    Troy

    Just use the setDisabledIcon(Icon) method:
    import javax.swing.*;
    public class JButtonTest extends JFrame {
         private Icon icon = new ImageIcon("img.gif");
         private JButton button = new JButton(icon);
         public JButtonTest() {
              this.getContentPane().add(this.button);
              this.button.setDisabledIcon(this.icon);
              this.button.setEnabled(false);
              this.setSize(600, 400);
              this.setVisible(true);
              this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    public static void main(String[] args) {
              new JButtonTest();
    }

  • Web Service Proxy Project Grayed Out in App with All Technologies

    I have created a new application with "No Template [All Technologies]" in Jdev 10.1.3.5.0.4306. I want to create a web service proxy, but there are many choices grayed out, including the web service proxy. The only selection available under the Business Tier --> Web Services is the UDDI Registry Connection. Any ideas on what I need to do?
    I just downloaded JDev 10.1.3.5 from Oracle and I get the same issue.
    Thanks
    Edited by: 878316 on Apr 2, 2012 6:03 PM

    Hi there,
    On your project properties (double click on the project name) go to Technology Scope if you are in 11.1.1.6.0 or Features if you are in 11.1.2.x then select web services, click ok and now when you go to new all your Webservices options should be enable.
    - Juan C.

  • Grayed out in library

    pic i want to edit is grayed out in library-  already in catalog-  also grayed out in catalog finder- how do i get it to develop?

    Thank you for responding.  I appreciate it. I think I got it though.  When it said already in catalog I went to the open catalog option.  I was able to navigate to the folder but the images were grayed out there too.  The problem seems to be that I was accessing LR through Canon Image Browser.  You can select a picture and there is an edit with drop-down with all your editing applications. It works fine with PS and Gimp.  I just opened LR and went to the library and it worked just fine.  Some issue with accessing through the Canon app.

  • "Photo- Edit In" choices are grayed out

    This morning Photoshop 2014 and  2015 were playing nicely together.  I came back after dinner and now all choices in the "Photo->Edit In" menu section are grayed out and cannot be selected.  I have performed a hard reboot without any change in this problem.
    Does anyone have any ideas?
    TIA
    Bob

    Bob,
    I hate to ask, but just in case....
    You do have an image selected. Right?
    If there is nothing selected in the grid the menu choice will be grayed out.

  • After editing an image in Photoshop it appears grayed out inside the media browser

    After editing an image in Photoshop it appears grayed out inside the media browser when I try to import into Facebook (ie.).
    What has to be done in order for me to be able to select my edited images from Photoshop whithin any media browser?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    LarryM01 wrote:
    ...save it as sRGB?
    Would you care to comment on why there is an advantage to do this little extra job?
    Perhaps you don't want to hear from me, I don't know.
    I'll answer just this one little question.  Try to get your mind around what color management does, I promise it does make sense (outside of unexplained problems on particular computers).
    You want to save your web image with the sRGB profile embedded because some Internet browsers are color managed, and with an embedded profile it's more likely someone will see your image colors just as you intended.
    The assumption is that a lowly windows user with a cheap monitor and Internet Explorer will be seeing any image you save as "roughly" sRGB anyway.  Tagging the image with sRGB only affects those with color-managed browsers.
    You're looking for the most possible consistency for the viewing audience.
    -Noel

  • Group image and text in pages grayed out

    group image and text in pages grayed out... any help please?

    They both have to be free floating objects ie an image/shape/table/chart/textbox not inserted in the text.
    Peter

  • Disable button intermittently has blank image, instead of grayed out

    Every so often, we get a blank box the size of the gif image we use in a button when the button is disabled. If the button is then enabled, the gif image draws correctly, but then if it is disabled again, it goes back to a grayed out box instead of just a grayed out picture of an arrow in this case.
    The gif is a transparent gif and it seems that java when it disables it, just sets the whole image blank instead of just the non-transparent part. Anyone ever see something like this before?
    Peter Hayes

    What about AbstractButton.setDisabledIcon() ?

  • I've been using LR with my Nikon D3200 for a year or so. Shooting in RAW/NEF no issues with import etc until I updated LR and now I can't get LR to allow me to select when I try to import. It does show the images but they're grayed out and not able to be

    I've been using LR with my Nikon D3200 for a year or so. Shooting in RAW/NEF no issues with import etc until I updated LR and now I can't get LR to allow me to select when I try to import. It does show the images but they're grayed out and not able to be selected. Any thoughts? TIA

    Greyed imaged in the Import dialog box mean you have already imported the photos into Lightroom, so there is no need and no benefit to importing them a second time.
    Just go to the Library module, search for the desired photos, and resume working on these photos.

Maybe you are looking for

  • Moving mouse pointer to menu dims window and shows all open windows at once

    when i'm in safari and i move my mouse pointer to the upper left corner of a window that is almost full screen, that window dims and a black bar appears in the middle of this window with a discription of it. as an example APPLE=SUPPORT-DISCUSSIONS-PO

  • Does the 7th generation iPod classic have a glass screen

    does the 7th gen.... ipod  classic have a glass screen an what the average life span with normal everday useage,,,,

  • My iMac freezes after installation of Mavericks

    My iMac set. with the new Mavericks has started freezing, or going into sleep mode, and will not wake up.  I have to hold the power button in for about ten seconds to force it to close down, wait a few seconds, the press power button again and it wil

  • 700kb free hard drive space!?!?!?

    well, i had an issue last night. went to copy something, and didn't have enough har drive space. forced me to clean up and organize myself though. but either way, wasn't my problem. my home drive, was 346gb, and last i checked, i had 90+ free, but no

  • Move image according to mouse movement

    Hello I am beuilding a game similer to the classic pong game. I trying the build it a way that the user will control it "player" with the mouse. The "player" only have to move in up or down I cant make the  "Player" move exactly as the mouse Does any