• 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: Open QXD-file +Getting file path of every image
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Open QXD-file +Getting file path of every image


  • Subject: Re: Open QXD-file +Getting file path of every image
  • From: "Vince Jelenic" <email@hidden>
  • Date: Mon, 24 Feb 2003 11:53:18 -0500

>I want to open an QXD-file saved on a PC and get the file path of every
>image placed in it but Quark doesn't open the file.
>
>
>
>tell application "QuarkXPress Passport 4.1"
> activate
> set theImages to (object reference of every image)
> set theImages to (coerce theImages to list)
>
> repeat with i from 1 to count of items in theImages
> set theFile to file path of image i
> set the end of theRealImages to file path
> end repeat
>end tell
>
>The theRealImages contains only null values

image is not a document object, it is a picture box object.
the idea is to speak to each picture box , and ask it for the file path
of it's image 1
I don't believe you have direct access to the "images" in a quark doc,
only of a picture box.


inheritance..... ah, but not completely.

cheers
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Jon¹s Commands in Pig Latin
  • Next by Date: Re: Scripting Mail:get selection
  • Previous by thread: Open QXD-file +Getting file path of every image
  • Next by thread: How to change message character set in Mail.app by applescript?
  • Index(es):
    • Date
    • Thread