• 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 links list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InDesign links list


  • Subject: Re: InDesign links list
  • From: steve harley <email@hidden>
  • Date: Mon, 13 Sep 2004 15:39:14 -0600

two problems:

on 13 Sep 2004, at 1:51 PM, Nan Mossey wrote:
set adList to all graphics as list

here you are creating a list of lists, try instead:

	set adlist to all graphics

set adFile to name of graphic --this is where I'm failing

here you are requesting a non-existant property from the object.. take a close look at the dictionary for InDesign CS.. the graphic class has no name property, but it does have an item link property.. the item link properties in turn are noted in the entry for the link class, and they include a file path property.. so the following change in addition to the above made your script work for me in a simple test (the Word part seemed to work fine):


	set adFile to file path of item link of i

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: InDesign links list
      • From: Jeremy Sellors <email@hidden>
    • Re: InDesign links list
      • From: Jeremy Sellors <email@hidden>
References: 
 >InDesign links list (From: Nan Mossey <email@hidden>)

  • Prev by Date: Re: Universal Access via keystroke
  • Next by Date: Re: Digital Sigs (was IS: ATTN: List Mom: Unnecessary smime attachments)
  • Previous by thread: InDesign links list
  • Next by thread: Re: InDesign links list
  • Index(es):
    • Date
    • Thread