Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default Library file

    Hello

    I'm sure with ID2 my library file(s) appeared when I opened a new document. However, with CS I have to open the file each time I want to use something from it (unless of course it in the 'open recent list).

    Any clues?
    simon_biddell@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Library path relative to current .rb file
      One of the most irritating (missing) features of Ruby is inability to 'require' files in the same directory or subdirectories as the executing...
    2. Error parsing the Tag Library Descriptor file
      We recently took on a new client that is running a shopping cart that we are suddenly getting lot of these in the application logs. I have never...
    3. How can I edit a Library file in Contribute
      I have set up a site in DreamWeaver which now needs to be managed by people using Contribute. The site uses navigation links which are shared...
    4. Problem with custom tag library created from .tld file
      Using MX 2004: I have read many documents on .mxi and .mxp files and extending dreamweaver for custom tag libraries for .jsp/.html, but have not...
    5. ~/Library/ vs ~/System/Library vs /User/Library/
      In article <110720031327074895%justin.c@se.net>, justin <justin.c@se.net> wrote: First off, you're a little bit confused. ~ means your home...
  3. #2

    Default Re: Library file

    There is no clue. It was changed for ID CS.

    Bob

    Bob_Levine Guest

  4. #3

    Default Re: Library file

    No clues. That's the way it works, unfortunately.

    The question has been raised before and the suggestion has been that maybe a
    library file could be made to open with a document using a script. But I'm
    not aware that anybody has actually tackled this.

    k


    Ken_Grace@adobeforums.com Guest

  5. #4

    Default Re: Library file

    The only way it could be done would be to write a script and assign Command-O/Control-O to the script, thereby intercepting the keyboard shortcut.

    But then that would raise the issue: which library?

    An approach to that could be:

    1. If there's a library file with the same name as the document in the same folder as the document, open it and don't bother checking with the user.

    2. If there's a library file in the same folder as the script, open it as well.

    3. If neither of these is true, check the user preferences file (which would be stored in the same folder as the script as an editable text file) to see if there is a library file associated with this document, if so, open it; if not:

    4. Present the user with a dialog asking the user to pick a library for this document. The dialog would include a checkbox that says "Add to Preferences?" And there ought to be some way to say "Don't open any library when I open this file and don't bother me again with this dialog when I open this file" -- I'm not quite sure how to do that; possibly just by clicking cancel.

    Hmm, but you can't open a file dialog as part of an InDesign Scripted UI dialog, so perhaps something different is needed, like a folder where libraries should be stored (if not stored with the document).

    Just ironing out what a script like this should do could take more time than writing the script.

    Dave
    Dave_Saunders@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139