Re: Quark 4,5 Open in OS X problem
Re: Quark 4,5 Open in OS X problem
- Subject: Re: Quark 4,5 Open in OS X problem
- From: Shane Stanley <email@hidden>
- Date: Mon, 03 Nov 2003 16:03:06 +1100
On Nov 3, 2003, at 3:34 PM, Star wrote:
Hi,
I'm trying to use old normal syntax for opening doc with use
doc prefs in Qxp 4 and 5. Using OS X 10.2.8 with Classic Mode,
instead of opening, script editor just sits there. Any ideas?
Posix path doesn't seem to help. Can open doc withy finder,
but that leads to dialog boxes and does not apply the right
settings upon opening a doc?
tell application "QuarkXPressb" 4.11"
activate
open file My_Doc remap fonts no do auto picture import no use doc
prefs yes
end tell
That's not "normal" syntax -- something like Jon's Commands was
probably silently saving your bacon. The open command requites "alias",
not "file".
--
Shane Stanley <email@hidden>
_______________________________________________
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.