Loading personal preferences in CS3

Hi:
I'm using InDesign CS3. I've been having a preferences annoyance for some time now.
I have my workspace and InDesign preferences set to my wishes, however when I work on a file that another designer created the preferences are obviously different. As this doesn't effect my workspace, it effects my InDesign preferences. I would prefer not resetting the Type, composition, Units & Increments, etc. everytime I work on someone else's file. Is there any way to load the preferences I've set in a way similar to loading a workspace?
Thanks,
JP

Run the script with the document open. It will then change the prefs for that document. If you are working on a lot of supplied files that you want to change the prefs for it will save some time to run the script on each file before you begin editing it.
This is pretty basic, but cut and paste into Applescript and then modify as needed and it will work.
tell application "Adobe InDesign CS4"
activate
tell document 1
set properties of view preferences to {horizontal measurement units:points, vertical measurement units:points}
set ruler origin of view preferences to page origin
set superscript size of text preferences to 65
set superscript position of text preferences to 33.3
set subscript size of text preferences to 65
set subscript position of text preferences to 33.3
set small cap of text preferences to 75
set cursor key increment of view preferences to 1
set kerning key increment of text preferences to 5
set baseline shift key increment of text preferences to 0.1
set leading key increment of text preferences to 0.1
set x to the name of every paragraph style
--set PScount to the count of every item of x
repeat with i from 2 to the count of x
set PSname to name of paragraph style i
set composer of paragraph style PSname to "Adobe Single-line Composer"
set minimum word spacing of paragraph style PSname to 85.0
set desired word spacing of paragraph style PSname to 100.0
set maximum word spacing of paragraph style PSname to 133.0
set minimum letter spacing of paragraph style PSname to 0.0
set desired letter spacing of paragraph style PSname to 0.0
set maximum letter spacing of paragraph style PSname to 0.0
set hyphenate after first of paragraph style PSname to 2
set hyphenate before last of paragraph style PSname to 3
set hyphenate ladder limit of paragraph style PSname to 2
set hyphenate capitalized words of paragraph style PSname to true
end repeat
end tell
end tell

Similar Messages

  • Loading personal preferences

    Hi everyone,
    This is from an old post from 2009 originally in the InDesign forum, http://forums.adobe.com/thread/451768?start=0&tstart=0
    This JS that Harbs wrote works great for me in IDCS4.
    try{SetPrefs()}
    catch(e){}
    function SetPrefs(){
      var e;
      var doc=app.documents[0];
      doc.viewPreferences.properties= {
        horizontalMeasurementUnits : MeasurementUnits.points,
        verticalMeasurementUnits : MeasurementUnits.points,
        rulerOrigin : RulerOrigin.PAGE_ORIGIN,
        cursorKeyIncrement : 1
      doc.textPreferences.properties = {
        superscriptPosition : 33.3,
        superscriptSize : 65,
        subscriptPosition : 33.3,
        subscriptSize : 65,
        smallCap : 75,
        baselineShiftKeyIncrement : 0.1,
        leadingKeyIncrement : 0.1
      var styleProps = {
        composer : "Adobe Single-line Composer",
        minimumWordSpacing : 85,
        desiredWordSpacing : 100,
        maximumWordSpacing : 133,
        minimumLetterSpacing : 0.0,
        desiredLetterSpacing : 0.0,
        maximumLetterSpacing : 0.0,
        hyphenateAfterFirst : 2,
        hyphenateBeforeLast : 3,
        hyphenateLadderLimit : 2,
        hyphenateCapitalizedWords : true
      try{var styles=doc.allParagraphStyles;}
      catch(e){var styles = doc.paragraphStyles}
      for(var i=1;i<styles.length;i++){
        styles[i].properties=styleProps;
    Is there a way to make this script toggle between the custom settings here, then setting them back to the original document settings?
    Many thanks,
    gr

    patched together, but works for me : )
    var myDoc = app.activeDocument;
        var myDocVerticalUnits = myDoc.viewPreferences.verticalMeasurementUnits;
        var myDocHorizontalUnits = myDoc.viewPreferences.horizontalMeasurementUnits;
        var myNewUnits = myDoc.viewPreferences;
        switch (myDocVerticalUnits)
            case 2053991795:  
                myNewUnits.verticalMeasurementUnits = MeasurementUnits.picas;
                break;
            case 2054188905:
                myNewUnits.verticalMeasurementUnits = MeasurementUnits.millimeters;
                break;
            default:  //apply for anything else millimeters as ruler units.
                myNewUnits.verticalMeasurementUnits = MeasurementUnits.millimeters;
                break;
        switch (myDocHorizontalUnits)
            case 2053991795:  
                myNewUnits.horizontalMeasurementUnits = MeasurementUnits.picas;
                break;
            case 2054188905:
                myNewUnits.horizontalMeasurementUnits = MeasurementUnits.millimeters;
                break;
            default:  //apply for anything else millimeters as ruler units.
                myNewUnits.horizontalMeasurementUnits = MeasurementUnits.millimeters;
                break;
    if (myDoc.viewPreferences.horizontalMeasurementUnits == MeasurementUnits.millimeters &&
    myDoc.viewPreferences.verticalMeasurementUnits == MeasurementUnits.millimeters)
    {myDoc.textPreferences.properties = {
        baselineShiftKeyIncrement : 0.1,
        leadingKeyIncrement : 0.1,
        kerningKeyIncrement : 1
    else {myDoc.textPreferences.properties = {
        baselineShiftKeyIncrement : 0.5,
        leadingKeyIncrement : 0.5,
        kerningKeyIncrement : 5

  • Preferences error - could not load displays preference pane

    My screen resolution changed during game play. Now that the game is off, I cant change it back. This is what the error message says "Preferences Error - Could not load Displays preference pane."

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Preference Error: Could not load sharing preference pane

    For some reason my second computer (iMac 27) is no longer showing up on the left pane of any finder window on my MBP. The iMac is running Yosemite and the MBP is running Mavericks. So I open System preferences to see if there is a problem with "Sharing" on the MBP. I'm getting a Preference Error: Could not load sharing preference pane. Do I need to install the update to fix this? I'm not ready to commit to Yosemite completely. I build apps for iOS and Mac and really need to test in both OS environments.

    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.systempreferences.plist. Move the .plist to your desktop.
    Restart the computer, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Backing up Personal Preferences

    Recently bought the Curve (Verizon) and after reading these threads, decided to use Missing Sync to backup my information.  It's been working great
    Then...I had an IM icon that I could not remove from my handset.  So...I did what was recommended and "wiped" the Curve
    After that...I plugged it back in and used Missing Sync
    Two things happened, which I'm hoping someone could address:
    1. I noticed that my "personal preferences" (for lack of a better term) were not backed up.  In other words, the way I had my icons organized, my ringer profiles, my Blackberry Messenger contcts, etc.  Being a former Palm user...I am used to deleting all my info (the Treo crashed bi-monthly) and simply plugging it into the Palm Desktop and EVERYTHING was restored to MY settings. Can this be accomplished using Missing Sync....or any program for the Curve?
    2. My "all day" appointments went from ONE day...to TWO days.  Not sure how the iCal-to-Curve transfer got confused.  Has that ever happened to anyone?
    Thanks in advance for your help and recommedations 

    Recently bought the Curve (Verizon) and after reading these threads, decided to use Missing Sync to backup my information.  It's been working great
    Then...I had an IM icon that I could not remove from my handset.  So...I did what was recommended and "wiped" the Curve
    After that...I plugged it back in and used Missing Sync
    Two things happened, which I'm hoping someone could address:
    1. I noticed that my "personal preferences" (for lack of a better term) were not backed up.  In other words, the way I had my icons organized, my ringer profiles, my Blackberry Messenger contcts, etc.  Being a former Palm user...I am used to deleting all my info (the Treo crashed bi-monthly) and simply plugging it into the Palm Desktop and EVERYTHING was restored to MY settings. Can this be accomplished using Missing Sync....or any program for the Curve?
    2. My "all day" appointments went from ONE day...to TWO days.  Not sure how the iCal-to-Curve transfer got confused.  Has that ever happened to anyone?
    Thanks in advance for your help and recommedations 

  • Why is it when I select my personal preferences/user/login items, that when i select the check box for items to NOT pop up on my dock when i restart and start my macbook air 11 inch that they still continue to?

    why is it that every time i start up my macbook air and when i restart it, that the new office with word and those three other apps constantly pop up? even though i went to personal preferences/users/login items, and selected the box that clearly says "items to NOT be brought up when logging in" ?

    If you don't want to start Office automatically when your Mac starts, see > http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/how-do-i-prev ent-microsoft-office-2011-word-from/dd5b8b17-8397-4e7c-b635-79b9c976c4ab?msgId=f 00ac42a-e4fe-43aa-83d7-16ccd35a0d8a
    Also, on System Preferences > Users & Groups > Login Items, select all items related to Office and press - button to delete them

  • Could not load iCloud preference pane.

    My calendar is not syncronizing with icloud contacts are just last 2 days. I would also like in increase my storage from my macbook. When I go into preferences icloud I am told  "Could not load iCloud preference pane."
    How do I resolve this. My software is up to date 10,9,1
    Thanks Bruce

    I have a limilar problem.
    I suspect it started after the recent notification from Apple that they are enabled 2 steps verification (i recently received this email from Apple "Two-step verification for Apple ID now requires app-specific passwords".)
    I am unable to check either iCloud or Internet Accounts.
    My Notes Application will crash unexpectedly too, I assume because of the same problem with iCloud.
    Help.
    I need my notes back.

  • Photo frame error loading the preference bundle. what should I do?

    I can't open the settings for photo frame , it only says , error loading the preference bundle for photo frame" please help

    What was the complete wording of the error message? Usually an error number is also given,

  • "There was an error loading the preference bundle for accessibility" it appears when i open my accessibility, that is why i cant use my assistive touch

    "There was an error loading the preference bundle for accessibility" it appears when i open my accessibility

    We had the same issue after applying the SP2 & August CU. we open the case with MSFT and get the same resolution as you mentioned.
    I blog about this issue and having the office reference.
    Later MSFT release the Hotfix for this on December 10, 2013 which i am 100% positive should be part of future CUs.
    So if you apply the April CU then you will be fine.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Preferences error Could not load iCloud preference pane.

    Hello
    I have 3 problem.
    Could not load Internet Accounts preference pane.
    Could not load iCloud preference pane.
    I also can't open the Mail application.
    I already tried to log in as guest user, I can open everything in guest user. So guest user have no problem.
    I also tried to log in in safe mode, nothing was working. So I guess I have problem with the admin user.
    I also reinstall the operating system and nothing change.
    Please any help?
    Thank you.
    Hind.

    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.systempreferences.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Is the any place can down load a copy of CS3 Master collection disk 1

    Is the any place can down load a copy of CS3 Master Collection disk 1.
    I bought Adobe Creative Suite 3 Master Collection.
    it has never been registered.
    It ALL INSTALLS OK, WITH THE EXCEPTION OF ILLUSTRATOR.
    I was told to go to your fttp site I did so and it is funny but you have the creative suite there for CS, CS2, CS4, CS5 and CS5.5 but not CS3.
    There is Illustrator CS3 there but not sure if that will work with the Master Suite and the Master Suite serial number.

    Please go through the mentioned link and download the CS3 Master Collection: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

  • Could not load Display preference pane

    Display preference pane does not open with message "Could not load Display preference pane"
    Log says this:
    System Preferences[2132]: ### com.apple.preference.displays instantiatePrefPaneObject exception:Cannot lock focus on image <NSImage 0x608000272500 Size={0, 0} Reps=(
      )>, because it is size zero.
    How can I restore the pane?
    Thanks

    Hello Dark Delphin
    For that issue and any issue with an app that comes with OS X, you will need to reinstall OS X Mavericks. Check out the articles below for more information to get you sorted out.
    OS X Mavericks: Reinstall apps that came with your Mac
    http://support.apple.com/kb/PH14193
    OS X Mavericks: Reinstall OS X
    http://support.apple.com/kb/PH13871
    Regards,
    -Norm G.

  • "Could not load iCloud preference pane." after changing password

    I am running a Mac Pro (Mid 2010), OS X Yosemite version 10.10.1.
    I recently had to change my iTunes (& etc.) password on my iPhone, and since then every so often throughout the day this computer pops up a window saying "this Mac can't connect to iCloud because of a problem..." and says to open iCloud preferences to fix the problem. When I click on "iCloud Preferences" in the window or go to the system preferences to update the password, I get "Could not load iCloud preference pane." - If I go to the iternet accounts panel and click on iCloud, it wants me to log in, and when I do (with the new password) it says I'm already signed in and "this account already exists". (As an aside, none of the stuff seamlessly connecting the computer and iPhone has worked at all since I upgraded to Yosemite.)
    Quite frankly, this is my work computer and I don't care if it's signed in to iCloud at all or if it talks to my phone, as long as my Adobe software works, but getting a popup window throughout the day (usually when I'm right in the middle of something finicky in Photoshop...) is rather annoying! Due to all the issues I'm having, I haven't even attempted to upgrade my laptop to Yosemite yet.
    Any suggestions? Either to get everything working correctly, or to get rid of these pop-ups throughout the day? The thing I like about Macs is that they usually just work and stay out of the way, so these issues are perturbing.

    Same problem here.
    Yesterday I deleted com.apple.systempreferences from User / Library and it seemed to solve the problem.
    However today the problem is back and deleting that file no longer solves it.
    This affects iCloud and Internet Accounts preference panes.

  • Could not load Notifications preference pane

    When I open System Preferences and then click on Notifications I get the error..."Could not load Notifications preference pane".
    Here is what I see on the Console when trying to take this action....
    3/17/14 8:55:04.894 PM com.apple.preference.notifications.remoteservice[18517]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    3/17/14 8:55:04.904 PM com.apple.preference.notifications.remoteservice[18517]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    3/17/14 8:55:04.996 PM com.apple.preference.notifications.remoteservice[18517]: An uncaught exception was raised
    3/17/14 8:55:04.996 PM com.apple.preference.notifications.remoteservice[18517]: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
    3/17/14 8:55:04.996 PM com.apple.preference.notifications.remoteservice[18517]: (
              0   CoreFoundation                      0x00007fff8d6f325c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff87d55e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8d5b46c7 -[__NSArrayM insertObject:atIndex:] + 951
              3   Notifications                       0x000000011062d147 NCAppleSigningRequirment + 16288
              4   libdispatch.dylib                   0x00007fff8c2581d7 _dispatch_call_block_and_release + 12
              5   libdispatch.dylib                   0x00007fff8c2552ad _dispatch_client_callout + 8
              6   libdispatch.dylib                   0x00007fff8c25709e _dispatch_root_queue_drain + 326
              7   libdispatch.dylib                   0x00007fff8c258193 _dispatch_worker_thread2 + 40
              8   libsystem_pthread.dylib             0x00007fff864f9ef8 _pthread_wqthread + 314
              9   libsystem_pthread.dylib             0x00007fff864fcfb9 start_wqthread + 13
    3/17/14 8:55:04.997 PM com.apple.preference.notifications.remoteservice[18517]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    *** First throw call stack:
              0   CoreFoundation                      0x00007fff8d6f325c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff87d55e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8d5b46c7 -[__NSArrayM insertObject:atIndex:] + 951
              3   Notifications                       0x000000011062d147 NCAppleSigningRequirment + 16288
              4   libdispatch.dylib                   0x00007fff8c2581d7 _dispatch_call_block_and_release + 12
              5   libdispatch.dylib                   0x00007fff8c2552ad _dispatch_client_callout + 8
              6   libdispatch.dylib                   0x00007fff8c25709e _dispatch_root_queue_drain + 326
              7   libdispatch.dylib                   0x00007fff8c258193 _dispatch_worker_thread2 + 40
              8   libsystem_pthread.dylib             0x00007fff864f9ef8 _pthread_wqthread + 314
              9   libsystem_pthread.dylib             0x00007fff864fcfb9 start_wqthread + 13
    3/17/14 8:55:05.326 PM System Preferences[18044]: view service marshal failed to init due to Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."
    timestamp: 20:55:05.326 Monday 17 March 2014
    process/thread/queue: System Preferences (18044) / 0x10f492000 / com.apple.NSXPCConnection.user.endpoint
    code: line 2837 of /SourceCache/ViewBridge/ViewBridge-46.2/NSRemoteView.m in __36-[NSRemoteView advanceToConfigPhase]_block_invoke1226
    domain: communications-failure
    3/17/14 8:55:05.326 PM System Preferences[18044]: ### com.apple.preference.notifications instantiatePrefPaneObject exception:service com.apple.preference.notifications.remoteservice failed to init an instance of NotificationCenterPrefRemoteViewService on behalf of <NSRemoteView: 0x7fb6f3e10680> due to {
        "proxy-communications-error" = "Error Domain=NSCocoaErrorDomain Code=4097 \"Couldn\U2019t communicate with a helper application.\"";
    3/17/14 8:55:05.327 PM com.apple.launchd[1]: (com.apple.preference.notifications.remoteservice[18517]) Job appears to have crashed: Abort trap: 6
    3/17/14 8:55:05.515 PM ReportCrash[18518]: Saved crash report for com.apple.preference.notifications.remoteservice[18517] version 1.0 (1) to /Users/my_name/Library/Logs/DiagnosticReports/com.apple.preference.notification s.remoteservice_2014-03-17-205505_SymMacToolkit-C02LJUATFD57.crash
    3/17/14 8:55:05.521 PM ReportCrash[18518]: Removing excessive log: file:///Users/my_name/Library/Logs/DiagnosticReports/com.apple.preference.notif ications.remoteservice_2014-03-17-063202_SymMacToolkit-C02LJUATFD57.crash
    3/17/14 8:55:05.522 PM Finder[17732]: CreateWithFileInfo failed to create URL with FSRef, falling back to blank icon.

    same issue here....

  • HT5945 new macbook pro loaded with mavericks. installed CS3 including prompted Java update. try to open photoshop &  empty splash screen pops up-can't go further. tried newer java update-same result. re-opened 4 times-same. help!!

    new macbook pro loaded with mavericks. installed CS3 including prompted Java update. try to open photoshop &  empty splash screen pops up-can't go further. tried newer java update-same result. shut down 4 times-same. any suggestions?

    Kappy wrote:
    Has it occurred to you that CS3 isn't compatible with Mavericks? Try using CS9 or 10.
    Sorry that's untrue. I have Photoshop CS3 running on 10.9.
    CS9 or 10? Now you are just making stuff up.
    Adobe claim CS3 will work, with a minor issue…
    http://helpx.adobe.com/x-productkb/global/mac-os-mavericks-compatability.html
    The Adobe updater fails to work for me.
    I was prompted to install J6RE which came from Apple, check the Apple support downloads http://support.apple.com/downloads/#java%206
    Sorry can't provide a direct link, it was just a dumb 'You need … please click install' dialog.
    I think the 10.9 java updater is installing version 7.

Maybe you are looking for

  • Getting Pages Files from MacBook Pro to iPad

    So far, I have been e-mailing my Pages and Keynote files over to my ipad. Is there a way to get them through synching?

  • ME57 add icon for access to MD04

    Dear. I need to add a new icon in ME57 layout in order to access to MD04 for every purchase requisition material. Do you know exit/enhancement for obtain this ? Thanks.

  • Installing upgrading from 8.1.7 to 9.2.0

    Hi we are upgrading from 8.1.7 to 9.2.0. Some questions : 1-what is oraInst.loc used for ? 2-what should I modify in this file before beginning to Install and upgrade ? 3-in OUI , in file locations window I'm prompted to give Oracle Home name . What

  • Track Ball Mouse?

    Used FCP for 9 Years.  I love my Kensington Expert Trackball Mouse. Doesn't work with Lion. Any recommendations as to a trackball that will?  And yes, I've been researching the net.  Just thought I'd poll the FCP community:) Thank you in advance, She

  • Trackpad crack and LCD bleed

    Hi, I purchased the new MBP a week after release. It's my first mac after using Windows for years, and other than getting used to some of the UI conventions, I'm quite really happy with my purchase. It's a great machine and I love the display, the so