Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quark Xpress Save As ...



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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.