Manual sort

I have a huge number of photos in a single photo album, these are sorted manually.
I would like to create a book from this album, but first I would like to duplicate the album and remove a number of pictures. However, when I duplicate the album the photos do not retain the manual sort. Anything I can do?
Alternatively, I can bring all of the photos into the book - but I would like to remove the undesirables from the book - can this be done?
I'm dealing with almost 2000 photos here, so I really don't want to mess with the original album, nor do I wish to resort a second time.
Thanks in advance for any suggestions!

Thank you, thank you, thank you!
Actually, the drag didn't seem to work (lost the sort), but a copy and paste kept the sort.
Thanks again - saved me hours of re-sorting!
But, since I have your attention...Is it possible to "remove" photos from a photo book, or can one only decide to put in the book or not?

Similar Messages

  • Any way to Restore Last Manual Sort Order or Prevent from being Overwritten accidentally?

         Help!
         I'm constantly accidentally overwriting painstakingly created manual sort ordering (sometimes hours but more often months of accumulated work) in folders with files numbering up to 1,000, when i, however breifly, switch to another sort ordering (size, date modified etc) to check something, immediately forget that i'm in another sort order, and, unthinkingly (actually i guess i'm thinking of a lot of other things) drag a file to another position, this immediately destroys any past manual sorting i've established, overwriting it with this new inadvertent manual ordering.
         I've tried CommandZ (edit undo) but that only undoes my last rating or labeling, i've rushed to force quit Bridge through the activity montior hoping i will catch it before its overwritten, but obviously i am not as fast as a computer, and i don't think this has ever worked.
    Is there any way or any script someone has written to formally save a manual sort order? Is there anything i've missed to attempt restoring it? Has anyone, repeatedly foiled by this, written something that would give a warning and require confirmation say for instance, if i tried to drag or move a file while in another sort ordering (this seems like something that should have existed the minute the opportunity was given to create manual organization). Would anyone be willing to?
         Seriously, me forgetting almost every time isn't going to change and, more vexingly, it's even happened when i didn't mean to move anything but fumbled momentarily while in another sort order. I think most people might forget because (in the context of computing) we are conditioned to expect a warning if something we have just created is about to be written over or discarded, and since there is no option to formally save a manual ordering we have just created.
         Also, if this was in the real world, moving a single file would not reshuffle everything on your desk. If i had the option to formally save a manual organization i would NOT forget to do this and would use it, as i've wished for one every time spent a while rearranging files. Knowing how easily all the hours (much less months and years of cumulative work) of organizational work can be accidentally lost makes working within Bridge unpleasantly anxious.
          I'm literally willing to do anything including installing some sketchy 3rd-part scripts (though honestly i have no idea what that means or how to do it). I extentively use and rely heavily upon this function so this is a fairly serious Achille's heel. It's like watching your incredibly important meticulously constructed house of cards collapse with a careless but innocent sigh, or like having the equivelent of a not even charming cat dance across your keyboard during a live concert, etc etc....
         Also it is not usually appropriate, given the context, to batch rename everything to preserve a manual ordering w sequence numbers, etc. Often the filenames are considerably (but necessarily, to connote important differences) long already, and when i have to rearrange things in the future would have to do that each time, etc, etc, making for even more unwieldly filenames that didn't have any substantive information at the beginning. I'm looking for a way to make this function (manual sort ordering), well, more functional, secure and stable, the workarounds i've considered cause too many additonal problems.
         Thank you in advance for any help you may be able to offer, and as this is my first attempt to use the forums as i live on a boat with no regular net access, would appreciate any forum etiquette corrections, and advance apologies for any misspellings, dyslexic and spellcheck does not seem to work in this interface. next time will edit in external wordprocessing program beforehand,
              li'l mc szpf
         PS i'm on a 27" mac w CS4 Design Premium, w up to the minute OS (10.6.8) and Adobe software updates installed recently (i do not often move the monster but this week was housesitting w net access, so she has had all recommended shots and vaccinations....)
         PPS I know most of y'all might be running the newest and the latest of everything, but, i'm fairly certain this is still a problem in recent versions as this has happened to me at school where all the macs are running cs5. Though if it's been addressed somehow in cs6 would update entire suite just to fix this one problem in Bridge. I've tried many searches and found nothing relevant or wouldn't bother the considerable expertise and resources of an official forum, was extremely hesitant to ask (feared getting snapped at for unwittingly broaching forum etiquette) but it is truly the bane of my considerable Bridge existence, so was willing to risk the imaginary censure and opprobrium....
    Message was edited by: PECourtejoie

    That is a good question, to do this requires two functions and a restart of Bridge all done automagically
    Copy and paste the script into ExtendScript Toolkit
    This gets installed with Photoshop and can be found:-
    PC: C:\Program Files\Adobe\Adobe Utilities
    MAC: <hard drive>/Applications/Utilities/Adobe Utilities
    Start Bridge
    PC: Edit - Preferences - Startup Scripts
    Mac: Adobe Bridge menu - Preferences - Startup Scripts
    At the bottom click the "Reveal Button" this will open the folder where the script should be saved.
    Close and restart Bridge.
    Accept the new script.
    To use:
    Tools - Backup Manual Sort
    This will backup the hidden manual sort file .BridgeSort to .BridgeSortSave
    Tools - Restore Manual Sort
    This will copy the .BridgeSortSave back to .BridgeSort and will close and restart Bridge so that the manual sort is restored.
    if( BridgeTalk.appName == "bridge" ) { 
    var backUpManSort = new MenuElement( "command","Backup Manual Sort", "at the end of Tools" , "backupms" );
    var RestoreManSort = new MenuElement( "command","Restore Manual Sort", "at the end of Tools" , "restorems" );
    backUpManSort.onSelect = function () {
    var fileSort = new File(app.document.presentationPath +"/.BridgeSort");
    var fileSave = new File(app.document.presentationPath +"/.BridgeSortSave");
    if(fileSave.exists) fileSave.remove();
    fileSort.copy(fileSave);
    fileSave.hidden=true;
    RestoreManSort.onSelect = function () {
    var fileSort = new File(app.document.presentationPath +"/.BridgeSort");
    var fileSave = new File(app.document.presentationPath +"/.BridgeSortSave");
    if(!fileSave.exists){
    alert("No backup file exists");
    return;
    app.document.sorts = [{ type:"string",name:"document-kind", reverse:false }];
    if(fileSort.exists) fileSort.remove();
    fileSave.copy(fileSort);
    fileSort.hidden=true;
    app.document.chooseMenuItem("mondo/command/new");
    app.documents[0].close();
    app.document.sorts = [{ name:"user",type:"date", reverse:false }];
    Hope this works for you.

  • How do I export my "manual sorting" of files to my new Adobe Bridge CC installation?

    Hi all,
    I'll try to explain my situation:
    I have Adobe Bridge CC installed on my computer. I use the "manual sorting" to view and manage my files (mostly .eps/.psd).
    I'm moving to Win8.1 and I don't want to loose my manual sorting. How do I save/export my manual sorting in order to import it on a new Bridge installation?
    Thank you all in advance,
    Francesco

    I'm moving to Win8.1 and I don't want to loose my manual sorting.
    Manual sorting is not meant for a permanent sort order nor is it designed to do so, when switching to a new window or other sort order you will loose the previous sort order. However there is a way to retrieve the last sort order used with a script Paul Riggott once wrote. But I'm not sure you can transport this sorting to a new system version because when you install a system from scratch you also need to recache the files for the Bridge Cache library. It might be possible to also copy the hidden file with the last sort order but that would mean a trial and error procedure.     
    Check this post, at the bottom is also a link for the site where you can get the script and how to install and use it:
    http://forums.adobe.com/message/4748987#4748987
    Personal I would use batch rename to keep the sort order safe. You can select all files in the content window and add a sequence number in front (with enough digits to match your number of files) of your existing filename. In this way you can easily resort your collection when your manual sorting is lost for whatever reason and also the files will have the correct sort order on your system folder also.

  • Batch of files manually sorted in Bridge - Can I run a PS Action in that manual order?

    For some jobs my workflow ideally involves manually sorting the order of a batch of RAW files in Bridge (the RAW file names are as assigned by the camera) and then using a PS Action from Bridge to convert, save, and rename the batch of files. I want to end up with my image files sequentially numbered in the manually sorted order.
    However, my PS Action automatically processes the files in ascending order of their RAW file names and therefore my manually assigned file order in Bridge is lost.
    Is there a script (or other method) which will allow me to run a PS action from Bridge on a batch of files while keeping the manually sorted order for the purposes of the numbering sequence of the renamed output files?
    My current workaround is to Batch Rename in Bridge a copied set of RAW files as an intermediate step to running my PS Action on the renamed RAW file copies. It's not a bad workaround but if there is an easier way, I would much appreciate knowing about it!
    Geoff

    Geoff, here is an example that works for me. When I test ran the sample script based on some stuff that I do the files are process in the order of the manual sort and only the files in my selection are processed folders etc are ignored… I have NO idea how much people charge for this sort of thing I only do it for the learning process. If you can let me know what the Photoshop process is and your OS I 'may' be able to help but I make NO promises as Im still very much the learner with this stuff…
    You can give this a test if you like…
    #target bridge
    with (app.document) {
         if (sorts[0].type == 'user') {
              if (selections.length == 0) {
                   selectAll();
                   var userSel = selections;
                   deselectAll();
              } else {
                   var userSel = selections;
              for (var i = 0; i < userSel.length; i++) {
                   if (userSel[i].type == 'file') psProcess(userSel[i].spec);
         } else {
               alert('This window is NOT a manual sort?')
    function psProcess(filePath) {
         var psScript = 'while (app.documents.length) app.activeDocument.close(SaveOptions.PROMPTTOSAVECHANGES);' + '\n';
         psScript += 'var userDialogs = app.displayDialogs; \n';
         psScript += 'var userRulerUnits = app.preferences.rulerUnits; \n';
         psScript += 'app.diaplayDialogs = DialogModes.NO; \n';
         psScript += 'app.preferences.rulerUnits = Units.PIXELS; \n';
         psScript += 'app.bringToFront(); \n';
         // Pass File Object as toSource
         psScript += 'var thisFile = ' + filePath.toSource() + '; \n';
         psScript += 'var docRef = app.open(thisFile); \n';
         psScript += 'var baseName = docRef.name.slice(0, -4); \n';
         // Edit the document
         psScript += 'if (docRef.bitsPerChannel == BitsPerChannelType.SIXTEEN) docRef.bitsPerChannel = BitsPerChannelType.EIGHT; \n';
         psScript += 'if (docRef.mode != DocumentMode.RGB) docRef.changeMode(ChangeMode.RGB); \n';
         psScript += 'if (docRef.colorProfileName != "sRGB IEC61966-2.1") docRef.convertProfile("sRGB IEC61966-2.1", Intent.RELATIVECOLORIMETRIC); \n';
         psScript += 'docRef.flatten(); \n';
         // Call some functions
         psScript += 'processChannels(docRef); \n';
         psScript += 'processPaths(docRef); \n';
         psScript += 'if (docRef.pathItems.length >= 1) processSelection(docRef, 0); \n';
         psScript += 'fitImage(docRef, 880, 72); \n';     
         psScript += 'docRef.resizeCanvas(900, 900, AnchorPosition.MIDDLECENTER); \n';
         // set up new file path to save document
         psScript += 'var newFilePath = new File("~/Desktop/" + baseName + ".jpg"); \n';
         psScript += 'saveFileasJPEG(newFilePath, 9); \n';
         //      Close doc & put back prefs
         psScript += 'app.activeDocument.close(SaveOptions.DONOTSAVECHANGES); \n';
         psScript += 'app.diaplayDialogs = userDialogs; \n';
         psScript += 'app.preferences.rulerUnits = userRulerUnits; \n';     
         // Use eval & toSource for Photoshop functions
         psScript += 'eval' + processChannels.toSource(); + '; \n';
         psScript += 'eval' + processPaths.toSource(); + '; \n';
         psScript += 'eval' + processSelection.toSource(); + '; \n';
         psScript += 'eval' + fitImage.toSource(); + '; \n';
         //psScript += 'eval' + imageArea.toSource(); + '; \n';
         //psScript += 'eval' + saveFileasTIFF.toSource(); + '; \n';
         psScript += 'eval' + saveFileasJPEG.toSource(); + '; \n';
         // Send script to Photoshop
         btMessaging('photoshop', psScript);
    General Functions
    function btMessaging(targetApp, script) {
         var bt = new BridgeTalk();
         bt.target = targetApp;
         bt.body = script;
         bt.send();
    function createFolder(folderPath) {
         var thisFolder = new Folder(folderPath);
         if (!thisFolder.exists) thisFolder.create();
    Photoshop Functions
    function processChannels(docRef) {
         for (var i = docRef.channels.length-1; i >= 0; i--) {
              if (docRef.channels[i].kind == ChannelType.MASKEDAREA) {
                   docRef.channels[i].remove();
                   continue;
              if (docRef.channels[i].kind == ChannelType.SELECTEDAREA) {
                   docRef.channels[i].remove();
                   continue;
              if (docRef.channels[i].kind == ChannelType.SPOTCOLOR) {
                   docRef.channels[i].merge();
    function processPaths(docRef) {
         if (docRef.pathItems.length >= 2) {
              for (var i = 0; i < docRef.pathItems.length; i++) {
                   if (docRef.pathItems[i].kind == PathKind.CLIPPINGPATH) {
                        docRef.pathItems[i].makeClippingPath(0.5);
                        docRef.pathItems[i].makeSelection(0, true, SelectionType.REPLACE);
                        docRef.pathItems[i].deselect();
      if (docRef.pathItems.length == 1) {
              if      (docRef.pathItems[0].kind == PathKind.WORKPATH) docRef.pathItems[0].name = 'Clipping Path'
              docRef.pathItems[0].makeClippingPath(0.5);
              docRef.pathItems[0].makeSelection(0, true, SelectionType.REPLACE);
              docRef.pathItems[0].deselect();
    function processSelection(docRef, offSet) {
         if (docRef.layers[0].isBackgroundLayer) docRef.layers[0].isBackgroundLayer = false;
         docRef.selection.expand(offSet);
         docRef.selection.invert();
         docRef.activeLayer = docRef.layers[0];
         docRef.selection.clear();
         docRef.selection.deselect();
         docRef.trim(TrimType.TRANSPARENT, true, true, true, true);
         docRef.flatten();
    function fitImage(docRef, newSize, newRes) {
      if (docRef.width >= docRef.height) {
         docRef.resizeImage(newSize, undefined, newRes, ResampleMethod.BICUBICSMOOTHER);
      else {
         docRef.resizeImage(undefined, newSize, newRes, ResampleMethod.BICUBICSMOOTHER);
    function imageArea(docRef, newArea, newRes) {
      var originalArea = docRef.width * docRef.height;
      if (originalArea > newArea) {
         var newWidth = Math.sqrt(docRef.width * newArea / docRef.height);
         var newHeight = (docRef.height * newWidth / docRef.width);
         docRef.resizeImage(newWidth, newHeight, newRes, ResampleMethod.BICUBICSMOOTHER);
      else {
         docRef.resizeImage(undefined, undefined, newRes, ResampleMethod.NONE);
    function bitmapOptions(res) {
      bitOptions = new BitmapConversionOptions();
         bitOptions.method = BitmapConversionType.HALFTHRESHOLD;
         bitOptions.resolution = res;
         bitOptions.shape = BitmapHalfToneType.SQUARE;
         return bitOptions;
    Photoshop Save As Functions
    function saveFileasTIFF(saveFile, aC, iC, la, sC, tr) {
         tiffSaveOptions = new TiffSaveOptions();
         tiffSaveOptions.alphaChannels = aC;
         tiffSaveOptions.byteOrder = ByteOrder.MACOS;
         tiffSaveOptions.embedColorProfile = true;
         tiffSaveOptions.imageCompression = iC;
         tiffSaveOptions.layers = la;
         tiffSaveOptions.spotColors = sC;
         tiffSaveOptions.transparency = tr;
         activeDocument.saveAs(saveFile, tiffSaveOptions, true, Extension.LOWERCASE);
    function saveFileasJPEG(saveFile, qL) {
         jpgSaveOptions = new JPEGSaveOptions();
         jpgSaveOptions.embedColorProfile = true;
         jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
         jpgSaveOptions.matte = MatteType.NONE;
         jpgSaveOptions.quality = qL;
         activeDocument.saveAs(saveFile, jpgSaveOptions, true, Extension.LOWERCASE);

  • Sorting within iPhoto albums:  eliminate carryover from prior manual sorts?

    I am working with a large series of photos from a recent vacation, arranging the images for captioning and sharing as slideshows.  I've pulled the images over to new albums, one per day, and would ideally sort them once by date, then change to manual sort and adjust a few images' position in the queue.  But when I switch from date sort to manual sort, the images immediately revert to a relatively random-looking order that I think must be the order in which they were edited and then pulled into the finishing album.  Since some of these albums include several hundred photos, the idea of starting over with completely manual sort of all of the images is VERY painful.  Sorting them by date and then copying and dragging the sorted images to a new album, and then resetting to manual sort, reverts them to the same order they had in the previous album.
    Any suggestions for how to fix the date sort some way, then do a fresh manual sort that leaves the date sort as my starting point?
    (and is the question clear?)

    Another thank you. 
    I could not figure out how to manually movie my photos & videos.  "Manually" & "Reset manual" were greyed out in Smart Albums.  So I deleted Smart Albums and just made an "Album."   "Manually & "Reset manual" magically appeared un-greyed.
    Took me awhile to figure out that you can only manually move the last picture or video.

  • IPhoto album slideshow will not play in the manually sorted order.

    iPhoto Album slideshow will not play in the manually sorted order.

    Use a regular slideshow created by "File > New Slideshow".  These will play manually sorted. The instant slideshows cannot be played in a manual sort order.

  • Why is manual sort order disabled in album view

    I created an album and added pictures. By default, the photos are displayed in sort order by date. I'd like to manually order them. However, when I select the sort order drop down box, the option to manually order the photos is disabled. How can I enable it or why is it disabled.

    It is not available because you have yet to create a manual sort for that Album, and so there is no "Manual Sort" available. Create a manual sort manually (re-arrange the photos). Then the "Manual Sort" menu choice should become available.
    The menu switches between the existing sorts.
    I didn't design it. This makes sense to engineers, but not so much to users. Any time you manually re-arrange your images, the sort is automatically changed to "Manual". Aperture remembers the last manual sort; it is always available via the sort selector.

  • Trying to make a book - iPhoto changing the order of my manually sorted album.  Help?

    I'm trying to make a book from an album. 
    I have manually sorted the photos in the album and wanted autoflow to fill the book in.
    However, when I create a new book from the album, iPhoto seems to re-order the photos by one of the other options (eg: by date.)  If I change that sort option under view - sort, and switch it to manual, it wants me to manually re-sort based on the previous setting.  I have already done my sorting in the album.  Is there a configuration I can do that will get iPhoto to recognise that manual album order?
    (iphoto 11 v9.2.1)

    The only solution I've seen reported is to change the dates of the photos using the batch change command with a increment so the date sort will be the same as your manual sort - you can search the forum for one of these posts - and I do not remember how they proposed to undo the date change
    LN

  • Slideshow under Albums start at the end when manually sorted

    Mavericks and iPhoto 9.5.1. Slideshow under Albums start at the end when photos are manually sorted, this was not in the earlier version. When sorted by date the slideshow starts with the first photo.

    This is a know problem with iPhoto  9.5.1.  Report you problem to Apple via http://www.apple.com/feedback/iphoto.html.
    Currently the only workaround is to create the slideshow in the iPhoto slideshow mode and not directly from an album or event.
    OT

  • Help? (Terence or Old Toad) repost: album manual sorting

    Just in the last week, my kids albums won't maintain the manual sorting I have done. It keeps putting several (not all) of the more recent pictures at the very beginning of the album (sorted in order since the day they were born ~1000 pics in each album). I drag them back to the end and everything looks fine, quit and when I reopen iPhoto 11 the photos are back at the beginning. I have deleted and readded the pictures, deleted the preference file in my user library multiple times, rebooted, etc.
    It is only affecting certain pictures, but not even the same ones in my different kid's albums. Frustrating...
    I can't figure this out!
    I would love some help. Thanks!
    P.S.-more info (my computer is the new iMac with the fastest processor).
    I really don't want want to rebuild the library because I have dozens of projects (books, calendars, etc.) that I don't want to lose.
    I originally scanned in many hundreds of photos that were named with dates included. If I batch rename the files with numbers I would lose all of the meticulous naming. Is there a way to just add a number at the beginning of the photo file name. I was thinking maybe if I renamed, then I could just sort by name, but I am not sure how that would carry into the future if I want to do it by date...
    I have everything backed up on Time Machine, but if I revert to a few days ago, do I have to revert everything else too? I spent 4 hours yesterday on iTunes upgrading music to iTunes Plus, updating iPhone software, etc. and I DO NOT want to lose that work either.
    Ideas??

    See my reply to your post in the other topic.

  • IPhoto manual sort, not in events or albums.

    I'm running Mavericks on MBP, I would like to manually sort my photos in iPhoto in order uploaded. Not in events, in photo view where you can see all your photos. I do not want to organize an album. I cannot drag and drop photos in order. Manual sort is grayed out, I cannot change this. Past answers to this question suggest if start manually moving things then the option will become available. I cannot manually move anything, it just won't respond. Help please.

    You can't do what you want. The Library (whether in Events or Photos view) cannot be sorted manually. If you want to use manual sorting you must use Albums.

  • Manual sort in Smart Album?

    I want to drag and drop pictures to reorder them in a Smart Album. Seems I've read you can do this but the Manual option is not available (gray) in the drop down. Any advise?

    You're right. Manual sort in a smart album is not an option. Send a feature request to Apple at http://www.apple.com/feedback/iphoto.html.
    You can select the photos in the smart album and create a regular album with them and sort manually there.

  • Manual sorting in album in iPhoto 11 resets itself when I close iPhoto. Any suggestions?

    I'm using iPhoto 11 and am trying to combine photos from three different cameras (so slightly different date/time stamp). I have copied all photos into an album, then sorted by date. Because of variation in date/time I need to sort manually to combine all pics from same activity. So after sorting by date I set view to sort manually. This worked just fine until I closed iPhoto and the manual sorting I had done was lost. Any suggestions?

    from three different cameras (so slightly different date/time stamp)
    Have you tried to adjust the time for the photos from the different cameras?
    You can create three smart albums with the rule "Camera model is" to separate the photos from the three cameras in albums.
    Then select all photos from one of the cameras and use the command "Photos > Adjust Date and Time".  Now you can shift the time of all photos by the same amount, so that the dates in your cameras are perfectly in sync.
    If you get the times in sync you probably need no longer to sort the albums manually, but the sorting should stick, when you close iPhoto.
    Try to repair the iPhoto library with the First Aid Tools.
    Press and hold down the alt/option key ⌥ and the command keys at the same time and launch iPhoto. Keep holding down both keys until you see the First Aid panel.  From the panel select to "Repair database".

  • IPhoto 11 video and manual sorting..

    Hi all. I was fortunate and went through the upgrade without any issues. Everything went smooth. However I have two issues after the upgrade - and still after updating to 9.0.1.
    Videoclips: When playing a slideshow the videoclips from my camera are blue colour only. All colours are fine in thumbnails in iPhoto and when playing the clips separately.
    *Manual sorting*: Has been totally messed up in some of my albums. Sorting by date works fine but the manual sorting is what I want and what I spent many many hours on to perfect my visual presentations. That work seems to be lost now.
    I guess I have been lucky compared to the rest of you, but it seems like Apple has - one more time - released software without properly testing their new stuff.
    Sad but true...

    Create a new test library, import several photos, put them in an album and see if you can sort them manually. If you can this points to a damaged library.
    If you can't sort in the test library log into another user account on your Mac and try the test there. If you can't then it seems a reinstall of iPhoto is warranted. To do so you'll have to delete the current application and all files with "iPhoto" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder, reinstall iPhoto from the disk it came on and apply the latest updater.
    If you can sort in the other user account then your account appears to be the culprit. It could be a preference file other that iPhoto's that's causing the problem. Post back with the results and if you need to test your account I'll give you directions.

  • IPhoto:  How can I sort photos within an event?  I can't figure out how to activate the Manual Sort.

    iPhoto:  How can I sort photos within an event.  I can't figure out how to activate the Manual Sort button.

    Only albums can be sorted manually. Events can only be sorted automatically according to one of the predefined settings "Date, Keywords, Title, Rating".
    If you need a manual sort order, selectaall photos in the event and create an album: File > New Album

  • The new i photo won't let me manually sort my own photos. . . a must have for my business!  can i revert to the prior i photo, or???

    the new i photo won't let me manually sort my own photos. . . a must have in my line of work!  can i revert to the old i photo, and if so how?  if not, what are my options?

    I have no idea what you are doing - folders in iPhoto do not hold photos - they only hold other folders or albums - and albums can be sorted manually - and again have no idea what you mean by you hade to "minimize the size" - adding photos to albums has nothing to do with their size
    iPhoto is really easy - but does have a learning curve - under the help menu there is an iPhoto help section that contains several very good videos to helo you get started with learning iPhoto - the owuld be well worth the time to watch
    LN

Maybe you are looking for

  • Query for finding data during special holidays

    Hi, i have a table for special holidays that looks like this: PROFILE_DAY VAR_DATE REGULAR_HOLIDAY 1/1/2013 H_WEEK_THURSDAY 3/28/2013 H_WEEK_FRIDAY 3/29/2013 REGULAR_HOLIDAY 12/24/2013 REGULAR_HOLIDAY 12/25/2013 REGULAR_HOLIDAY 12/31/2013 And another

  • External monitor view looks stretched

    Over the weekend, I ventured into the world of Mac ownership with a new macbook pro.  At my office, I've connected it to a 23" external monitor just to make it easier on my eyes.  When I first set it up last night, the view on the external monitor lo

  • Partner details

    Hi All Could you please tell me what is meant by partner? and why we are going to the partner concept? in oracle. If we create a partner using Register as a partner link means who is the partner for the registration. Please tell me the more details a

  • Schema not available as a Parsing Schema

    Hello, I have apex running on an existing Oracle instance pointing to a specific schema. I created a new schema in this same instance and I want to repoint my apex app to this schema. The schema is not available under Edit Application Properties -> S

  • Grant transaction to a user

    Hi, I am new to SAP I have to grant SM37 to a user How can I do that ? Sorry if if it is a basic question Thanks in advance