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.

Similar Messages

  • Is there any way to restore deleted calendars back onto my laptop from my iPhone.

    I recently installed Maverick on my laptop and have been having trouble syncing my iphone calendars with my laptop calendars, like I used to.
    Like an idiot, and without any research, I joined iCloud thinking I could sync calendars this way. I didn't realize that it deleted my calendars off my laptop in creating my iCloud calendars. The syncing with my iphone still didn't work, and so again, like an idiot and without research, I deleted my iCloud account ot discover that all my calendars on my laptop are now gone.
    My iphone still has the calendars on it, (albeit old and out of date), so is there a way to restore the deleted calendars back to my laptop from my iphone or from the backup on my laptop.?
    Running Maverick on laptop and iTunes 11.1.3. iPhone is an older 3gs but fully updated running 6.1.3
    Please help.
    Thanks!

    Triple-click anywhere in the line below on this page to select it, then copy it to the Clipboard by pressing the key combination command-C:
    ~/Library/Safari
    Quit Safari.
    Select
              Go ▹ Go to Folder
    from the Finder menu bar. Paste into the text box that opens by pressing command-V, then press return.
    A folder window should open. Restore the file named "History.plist" in that folder from a backup that predates the unwanted changes.

  • I have an iPhone 4.  I unplugged my phone during an update and have lost all pictures and videos from the last year.  Is there any way to restore from a certain date to recover?

    I have an iPhone 4.  I unplugged my phone during an update and have lost all pictures, text messages and videos from the last year.  Is there any way to restore from a certain date to recover them?

    If you have a current backup you can restore your phone to that backup.   http://support.apple.com/kb/HT1766

  • 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.

  • My daughter cant remember her passcode, and she has never synced it.  Is there any way to restore without losing all the apps and music?

    My daughter can't remember her passcode, and she has never synced it.  Is there any way to restore it without losing all the apps and music that were downloaded?

    If you can't remember the Passcode, you need to restore the device from the computer it was last synced with.
    Follow the instructions for putting the device in recovery mode >  iPhone and iPod touch: Unable to update or restore
    If you are a resident of the U.S., have iTunes 10.3 or later installed, and iOS 4.3.3 or later, can re download iTunes purchases for free.
    So retore the iPod, then re download the iTunes media.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Bridge does not keep the manual sort order

    I've tried everything I know but I cannot get Bridge to keep the manual sort order (iMac, 10.6, CS4). What is the file responsible for keeping the sort order? Perhaps removing it would help. This is really frustrating. It would be so important to keep related pictures together for estimating all the aspects.

    This is action script 3.0 Flash CS3
    Below is what I receive back after I test it but it is not in
    order. I guess I assumed that if the tab order is correct and the
    are layout in that order and the code in the form is in order it
    would come back the same way. Mostly I am trying to narrow down the
    problem and my guess is the cgi script or am I wrong? I have
    attached the code for the form.
    Thank You for you time
    Form email submission results:
    Below is what you submitted on Tuesday, February 19, 2008 at
    10:35:08
    list:
    phone:
    address:
    comments:
    city:
    state:
    zip:
    name:

  • Any way to restore iTunes library from iPod?

    I lost a hard drive on my labtop and had to re-install the iPod and iTunes programs after getting a new disk. Now the iTunes library is empty and would not recognize the old iPod and want to erase all its contents. Is there any way to restore the library from iPod to my laptop (a Compaq running Windows XP)? The Apple site says I can reverse sync up to five computers with the songs purchases from iStore, but I can't figure out where are the buttons either on the iTunes or the iPod. For the experts out there please help!
    Kirkbrook in Cupertino

    Connect your iPod to your computer. If it is set to update automatically you'll get a message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default. Check the "manually manage music and videos" box in Summary then press the Apply button: Managing content manually on iPod
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. The transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. A paragraph on it has been added to this article: Transfer iTunes Store purchases using iPod
    The transfer of non iTMS content such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there is a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows. The procedure is a bit involved and was written long before iTunes 7 so it requires a little adaptation as the iPod preferences are no longer in the location described for instance also it won't transfer playlists. However if you're interested it's posted in this thread: MacMuse - iPod to iTunes
    If you prefer something more automated then there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can also read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    TuneJack Windows Only
    iPod2PC Windows Only
    iGadget Windows Only
    iDump Windows Only
    YamiPod Mac and Windows Versions
    Music Rescue Mac & Windows
    iPodCopy Mac and Windows Versions
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync. I would also advise that you get yourself an external hard drive and back your stuff up in case you have problems again. Relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days you can get loads of storage for a reasonable outlay.

  • Is there any way to restore an iPhone 4 from a previous backup?

    I accidentally deleted all my contacts from my cloud settings, prior to backing it up on the computer. I hadn't realized it until I checked my phone again. Now the current backup has no contacts. Is there any way to restore my phone from a previous back up?
    Thanks in advance guys!

    Every backup replaces the old one, unless you use one to back up from. So, if there are no more backups listed in iTunes/Edit/Preferences/Devices, or your last backup has been replaced in iCloud, your info is gone.
    If you included the backup folder of your computer in your backup routine, you might be able to restore backups done on the computer, see this article:
    http://support.apple.com/kb/HT4946

  • Is there any way to restore my iPod if iTunes won't recognize it?

    I bought my husband a 30 gig ipod for Christmas and gave it to him early. Last night I bought and installed a video converter so that he could watch movies on the ipod. This morning when he updated the device with a new video and tried to play it, the screen turned green with little black squares. Itunes does not recognize that the ipod is connected to the computer and I can't turn the ipod off. Is there any way to restore the ipod if Itunes won't recognize it?

    Try this, hold the middle button and the menu button for 10 seconds while it is plugged into the computer. See if it will come back to life. You may have to try this several times. Give it a try.

  • HT204266 I erase all application of my iphone 4 with erase restore and now it's in restore mode. Now is there any way to restore my iphone without backup. Please help me. I have no need my previous file i just want my i phone ok and work smoothly as new p

    Hi,
    I erase all application of my iphone 4 with erase restore without any backup & i also lose the product serial number. Now it's in restore mode. Now is there any way to restore my iphone without backup. Please help me. I have no need my previous file I just want my iphone4 ok and work smoothly as like new ipone justlike i bought it at first time. I can't restore it. So Please help me to solv this proble.

    See Here  > without the Backup  >  http://support.apple.com/kb/HT4137

  • All of my contacts were deleted for no reason. Is there any way to restore them?

    I powered down my iPhone 4S because an app was bugging out. When I powered it back up, all of my contacts had been deleted. When I tried to see my contact list it told me there were "No Contacts" on this phone. In the "messages" app, each conversation is now paired with a phone-number and not each contact's name.
    I did not have my contacts sync'd to my iTunes, or iCloud, or any other storage system.
    Interestingly, when I do a "left-swipe search", and type in a contact's name e.g. Joe Smith, my phone is able to show me which text-message conversations were with Joe Smith, and other information about this contact. But that's the only memory my phone has of its lost contacts.
    Is there any way to restore lost contacts without external storage / syncing ??
    Thanks

    I think those contacts still in iphone database. So you can back up you iphone with itunes to get iphone database off your iphone. Then access the SQLite batabse.
    http://support.apple.com/kb/HT1766
    All data included with the backup is stored in a SQLite database format with the data within various folders not easily accessible.There are some 3rd party utilities that provide for extracting select data from an iPhone's backup and iphone database such as this one.
    http://www.datarecoveryforiphone.com/

  • Can you help I was having problems with my iPod so I restored it but I accidentally set it up as a new iPod is there any way to restore it from an old  backup when I right click iPod in iTunes there isn't one anyway to recover one or find it on computer

    Hi can you help I was having problems with my iPod so I restored it but I
    accidentally set it up as a new iPod is there any way to restore it from an old
    backup when I right click iPod in iTunes there isn't one anyway to recover one
    or find it on computer

    The following says how to restore from backup.
    iOS: How to back up
    If you go to iTunes>Preferences>Devices you can see if you have an iTunes backup. You need one dated before or the exact time you started the restore.

  • My power just went out for a few seconds- is there any way to restore the document I was working on?

    My power just went out for a few seconds. Is there any way to restore my document? I had already had 2 hrs worth of work for an interview tomorrow and do not have time to start from scratch?

    UPS
    http://www.amazon.com/CyberPower-CP1500PFCLCD-Compatible-1500VA-Tower/dp/B00429N 19W/
    Mac OS X Forum
    https://discussions.apple.com/community/mac_os?view=discussions
    Recovery Mode
    http://support.apple.com/kb/HT4718
    TimeMachine 101
    https://support.apple.com/kb/HT1427
    http://www.apple.com/support/timemachine
    General purpose Mac troubleshooting guide:
    Mac OS X: Starting up in Safe Mode - http://docs.info.apple.com/article.html?artnum=107393
    What is Safe Boot, Safe Mode? (Mac OS X) - http://support.apple.com/kb/HT1564
    Isolating issues in Mac OS X
    Creating a temporary user to isolate user-specific problems:
    Isolating an issue by using another user account
    Identifying resource hogs and other tips:
    Using Activity Monitor to read System Memory and determine how much RAM is being used
    Starting the computer in "safe mode":
    Mac OS X: What is Safe Boot, Safe Mode?
    To identify potential hardware problems:
    Apple Hardware Test
    General Mac maintenance:
    Tips to keep your Mac in top form
    You should have TimeMachine saving your work, YOU need to be doing Save As somewhere else as you work, you don't say what application and whether you have Lion 10.7 or later (10.8.4)
    Can't say enough for the importance of using a UPS. Get one and plug your modem, router, computer into one and don't worry about data loss and lost modem or corruption or the effects to electronic devices.
    This forum deals with a desktop/tower 65lb Mac Pro
    http://www.apple.com/support/macpro

  • HT4859 Is there any way to restore the contacts from the iCloud onto my existing phone?

    I had all my contacts disappear this afternoon.  Is there any way to restore the contacts from the iCloud onto my existing phone?  This article makes it seem as if the iCloud information is only accessible upon setup of a new devise.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • HT4623 I recently updated my iPhone 5 to iOS 6.1 and lost all of my contacts.  My phone was less than 30 days old and I did not have an account with iCloud prior to the back-up.  Any way to restore my contacts or are they lost forever?

    I recently updated my iPhone 5 to iOS 6.1 and lost all of my contacts.  My phone was less than 30 days old and I did not have an account with iCloud prior to the back-up.  Any way to restore my contacts or are they lost forever?

    I have the exact same problem.  I did the update on my iPhone 5 yesterday, opted for the iCloud set up in the update and then it wiped my contacts.  They are not on my phone or in the cloud...

Maybe you are looking for

  • Need help with warranty service on ThinkPad Yoga

    Sorry for the seemingly angry headline but I am quite irritated at this point. Around three weeks ago I lost one of the rubber feet off my Thinkpad Yoga 2. After looking on Amazon, the Lenovo store and on Ebay I tried to ask here for advice around tw

  • I broke the ability to save documents.

    Hello community, A while ago I followed what was written here: http://osxdaily.com/2013/11/24/slow-open-save-dialog-problem-mac-os-x/ This completely broke the ability to save text and pixelmator documents. So I reverted the change back to normal, bu

  • Download Reader to a USB-stick

    Hi, I intend to save Adobe Reader to a USB-Stick and install it on a Computer that is not connected to the Internet. How can I do that? Connecting the Computer to the Internet is not an Option. Thanks for your assistance.

  • Upgrade requested but not available

    I purchased full Acrobat XI Standard, downloaded and installed. Now an upgrade with serial number is requested but not available. How can I resolve?

  • Error in shutting down ..

    When I bounced the database, I saw the following error . What does this mean ( esp ORA-31693: Table data object "TESTUSER"."SCHEDULER$_PROGRAM_AR ) ... Thanks in advance ORA-39099: cannot create index for "process_order, duplicate" on master table "S