Quark Xpress Save As ...
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