How do you unreject a "Reject" file in Bridge?

I have a batch of photos in Bridge, some of which are marked as "Reject"
Is there a way to unlabel these so that they are no longer marked Reject? It seems like it should be so simple...

  If your using a pc highlight the photo with the reject rating and hit ctrl + 0. If your using a Mac go to label on the top toolbar and choose
the no label option in the pull down menu. Hope this helps you out.

Similar Messages

  • How do you create a new file in Bridge CS4?

    For 12 hours I have been trying to create a new folder in Bridge  I am using the book Adobe Creative Suite 4 Design Premium Digital Classroom.  I am only on step five of "Using folders in Adobe Bridge"(pg. 5) and I cannot get create a new folder to work.  Both the icon in the upper right corner and the file > New folder are ghosted.  Does anyone know what could be going wrong?  I have followed all of the instructions and I have even reinstalled the CS4 Design Premium software.  Anyone?  Bueller, Bueller?
    Thanks for any advice.

    It sounds like you are trying to create a folder on a CD, DVD or a drive to which you do not have write permissions…

  • How can you tell if a file is being used in your project or not?

    How can you tell if a file in your bin is being used in your project or not? My director dragged hundreds of reference files into my project and only used a few of them. I'd like to do some house cleaning and delete the ones that are not in use. This project file has 100 sequences in it, so it would be a tough manual hunt to figure this out.
    In Premiere Pro (or Flash for example), where all the information is in the Project Bin such as in/out times and duration, there is where it tells you how many times that piece of media has been used or if it hasn't been used yet.
    Can FCP tell me this info?
    Thanks for yout time!
    -Monty

    Monty,
    Within FCP, there is a menu item called "Media Manager" (depending on what version you are in). This would be worth your while to look into. It basically organizes your project by moving/archiving any used assets of a project and leaving out un-used assets. It saves a ton of disk space.
    For example, say you have a 5 minute clip with an in/out point that is just 30 seconds. Media Manager will "archive" just that 30 seconds, not the entire clip. There is even a setting that you can add additional "handles" time to the front andd back of the clip if you think you may need to add or change transition.
    Do a google search. I was just watching a few Youtube videos on this myself.
    Jonathan

  • How do you convert a jpeg file into word document so i can edit it?

    How do you convert a jpeg file into word document so i can edit it?

    http://office.microsoft.com/en-us/mac-word-help/training-edit-pictures-in-office -for-mac-2011-RZ103709558.aspx

  • How do you create a jar file in JDeveloper 11.1.2.0.0

    How do you create a jar file in JDeveloper 11.1.2.0.0

    1) Select the project for which you would like to generate the jar.
    2) Right Click the selected right and select 'Project Properties'
    3) Select the 'Deployment' in the left tab.
    4) Click on 'New' to create a new deployment profile and in the popup dialog, select 'Jar File' profile type and provide the name.
    5) Press 'ok' to save the changes.
    6) Select the project and right click and select 'Deploy to' and select the jar profile name you have specified.
    The Jar library is generated and the full path to the library jar is shown in the log window.
    Thanks,
    Navaneeth

  • How do you open Illustrator CS6 files in CS5

    how do you open Illustrator CS6 files in CS5

    Hi codfather33,
    Please downsave your Ai file from AICS6 to Illustrator CS5 version and then open this file in AICS5. This would ensure that any content is not dropped or expanded unwantedly.
    Thanks,
    Dhirendra

  • How do you open a DVD/file in another search engine

    how do you open a DVD/file in another search engine?

    Hi
    I think it is simpler than that: place DVD in computer and then try to run a video from the disk. It will not run using Safari, but I know it runs in Firefox which I have on the computer.
    I believe that I can depress one of the moifier keys while clicking an item on the application menu bar to open a menu where you can open the dvd using Firefox or another application.
    Should be simple, but yet to find solution.

  • How do you load exs. format files into EXS 24 sampler?

    How do you load EXS24 format files into the EXS24 sampler? the only format I can load directly is aiff and wav. can't find any posts addressing this question? please help

    You don't load them in, you need to put them in:
    *System/users/your user name/library/application support/logic/Sampler instruments*
    Restart Logic if it's running, they will then appear in the EXS library.

  • How do you open a cs7 file in indesign cc?

    How do you open a cs7 file in indesign cc?

    When you say InDesign CC, doo you mean the InDesign CC release from this year, or are you still using InDesign CS6 through a cloud subscription? There are a lot of users confused by this.
    If you have CS6 through a subscription you are entitield to the new version for free and should go to creative.adobe.com and download the newest version of the Creative Cloud Desktop Application and get the new versions of the applictions you use.

  • How do you change a Photographs file name on a iMac?

    How do you change a photographs file name on a iMac?

    Same way as you change the name of any file: click on the file once to highlight it, change the name, click return.

  • How do you fix a movie file so Apple doesn't consider it a podcast anymore?

    How do you fix a movie file so Apple doesn't consider it a podcast anymore?

    Try right clicking on the Podcast / Get Info / Options / Media Kind: Change to Movie

  • How do you convert a jar file into a java file,  ?

    how do you convert a jar file into a java file ?
    I am new to Java ,but have a little experience in C++ and Visual Basic.
    I want to edit and maybe create my own mobile games that are written or converted into jar files.
    At the moment I am using Java NetBeans , and Easy Java( the java pad).
    However the only solution I tried was to open the JAR file in winrar and see that its made up of png picture files,
    midi music files and class files. Unfortunately when I uncompressed the JAR file , there was NO java file to be seen and the JAVA editors Do not show the class file like a Java file. So why is there no extension Java file in the mobile JAR game ?

    801283 wrote:
    how do you convert a jar file into a java file ?You generally don't. There exist decompilers, but if you're meant to have the source, you should either have it because you are the author, or you should be able to get it from the author.
    I am new to Java ,but have a little experience in C++ and Visual Basic.Does that experience include turning .exe files into C++ code? Because that's the equivalent of what you're asking
    I want to edit and maybe create my own mobile games that are written or converted into jar files.Eh?
    Are you saying you want to take existing games and modify them? If the creators allow you to modify their source, then they'll provide you with that source (the .java files). If you're allowed to add things but not modify, you don't need .java files. Just documentation, which, again, the creators should be providing.
    Or are you saying you want to create your own games and distribute them in jar files? If so, there's no need to turn jars into .java.
    However the only solution I tried was to open the JAR file in winrar and see that its made up of png picture files,
    midi music files and class files. Unfortunately when I uncompressed the JAR file , there was NO java file to be seen and the JAVA editors Do not show the class file like a Java file. So why is there no extension Java file in the mobile JAR game ?Why would you expect there to be one?

  • HT3825 so how do you convert the raw files to jpeg in iphoto?

    how do you convert the raw files to jpeg in iphoto?

    Many thanks Barbara and dj_paige.
    What I didn't mention is that I'm using PSE 5 with ACR 4.6, if its relevant.  I'm thinking of updating to the next version when its out in the hope that it will run with Windows 7 64 bit or I may go to Lightroom.
    I can now see that I can batch convert a whole folder of files using "process multiple files" as dj_paige suggested but that is too many at once as the settings I choose won't be relevant for all the pics in the folder. 
    I was hoping to batch convert say 5 or 6 similar photos at a time with the same settings. I'm not quite clear what you're suggesting but I'm hoping that its a "work round" using two stages to achieve this. 
    I can't see a list of open files within ACR to ensure that they are all selected as you suggest. 
    What does clicking Open rather than Done mean?  Does this amend the original RAW file to the settings selected so that if I then "process multiple files" on the whole folder to convert from RAW to JPEG they will in fact have already been processed in smaller groups so I can convert without applying any further changes?
    If so, what settings should I apply to "process multiple files" to ensure a simple conversion of file type rather than any further adjustments?
    Any further help on this would be much appreciated.
    Andrew

  • How do you permanently delete a file image in the catalogue

    how do you permanently delete a file image in the ?

    Highlight the image, press the delete key, in the dialog that appears click the button that says, "Delete from disk."
    If you want to delete multiple images you can go through your images and when one is highlighted that you want to delete press the X key. That will mark the image for deletion. After you have gone through the images on Windows you can press Ctrl/backspace to display the same dialogue I described above. And you can choose to remove the marked images from the catalog or to delete them from your disk.

  • How can you restore your backup files from time machine?

    Hi how can you restore your backup files on your mac book pro from time machine? i lost all my pic and files on my phone and then restored it from the last back up which was when i lost all my files i dont know what i did? someone please help!
    Thank You
    Jon

    YOu might get more info if you post in the MAC forum.

Maybe you are looking for