• 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
Quark Xpress Save As ...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quark Xpress Save As ...


  • Subject: Quark Xpress Save As ...
  • From: Michal Taurich <email@hidden>
  • Date: Mon, 15 Jan 2007 15:33:39 +0100 (CET)

I would like to ask someone if can help me with following AppleScript problem:

What is correct AppleScript syntax for "Save as..." in Quarku Xpress 6.5

In 4.x works following:

tell application "Quark XPress"
    set filepath to "Macintosh HD:users:user:Desktop:file.qxd"
    save document 1 in filepath without template
    close document 1 saving no -- nebo "without saving"
end tell

In 7.x following:

tell application "Quark XPress"
    set filepath to "Macintosh HD:users:user:Desktop:file.qxd"
    set filepath to (filepath)
    save document 1 in filepath without template
    close document 1 saving no
end tell
 _______________________________________________
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/mailman//archives/applescript-users

This email sent to email@hidden

  • Prev by Date: How do I run a javascript/script within an applescript?
  • Next by Date: Re: Dock position and size
  • Previous by thread: Re: How do I run a javascript/script within an applescript?
  • Next by thread: relinking XML files in InDesign CS2
  • Index(es):
    • Date
    • Thread