• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: InDesign CS6 Document Preferences
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: InDesign CS6 Document Preferences


  • Subject: RE: InDesign CS6 Document Preferences
  • From: "Nielsen, Karen S. (Schmidt)" <email@hidden>
  • Date: Tue, 28 Aug 2012 06:58:16 -0500
  • Thread-topic: InDesign CS6 Document Preferences

Shane-

 

When I do “ tell document preferences of document  myDoc”

InDesign quits.

 

Any other ideas?

 

        tell document preferences of document myDoc

                set document slug uniform size to false

                set slug top offset to "1.0i"

                set slug bottom offset to "0i"

                set slug inside or left offset to slugValue

                set slug right or outside offset to slugValue

        end tell

 

Thanks,

---------------

Karen Nielsen

IT Project Manager

schmidt

print solutions that deliver

ph | 507.775.7308

fx | 507.775.6655

FSC Certified Printer

 

From: applescript-users-bounces+ksnielsen=email@hidden [mailto:applescript-users-bounces+ksnielsen=email@hidden] On Behalf Of Shane Stanley
Sent: Monday, August 27, 2012 5:54 PM
To: AS users
Subject: Re: InDesign CS6 Document Preferences

 

On 28/08/2012, at 7:02 AM, "Nielsen, Karen S. (Schmidt)" <email@hidden> wrote:


        tell document myDoc

 

That line suggests myDoc is the name of a document -- a string.



        tell document preferences of myDoc

 

If myDoc is a string, that won't work -- you will get the error you describe. Change it to:

 

 tell document preferences of document  myDoc

 

-- 
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>

 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: InDesign CS6 Document Preferences
      • From: Shane Stanley <email@hidden>
References: 
 >Re: InDesign CS6 Document Preferences (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Previous APOD Page
  • Next by Date: Re: InDesign CS6 Document Preferences
  • Previous by thread: Re: InDesign CS6 Document Preferences
  • Next by thread: Re: InDesign CS6 Document Preferences
  • Index(es):
    • Date
    • Thread