• 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: Quark Open Options
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark Open Options


  • Subject: Re: Quark Open Options
  • From: Peter Waibel <email@hidden>
  • Date: Thu, 23 Feb 2006 11:04:56 +0100


Am 22.02.2006 um 07:28 schrieb Mark Butler:

set docPrefs to "ask"

set anitem to choose file

tell app "QuarkXPress"

open anitem use doc prefs (docPrefs) as string

end tell


You can't use "(docPrefs) as string". 
"ask" is a QuarkXPress datatype.

Try this:

tell application "QuarkXPress"
set docPrefs to ask
end tell

set anitem to choose file

tell application "QuarkXPress"
open anitem use doc prefs docPrefs
end tell

Peter

 _______________________________________________
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

References: 
 >Re: Database Events (From: Bill Cheeseman <email@hidden>)
 >Quark Open Options (From: Mark Butler <email@hidden>)

  • Prev by Date: Re: Finding a decent Applescript reference/tutorial?
  • Next by Date: Re: different behavior between debug and release builds
  • Previous by thread: Quark Open Options
  • Next by thread: Re: Database Events
  • Index(es):
    • Date
    • Thread