Re: Quark image import script problem
Re: Quark image import script problem
- Subject: Re: Quark image import script problem
- From: "Bob.Kalbaugh" <email@hidden>
- Date: Mon, 20 Oct 2003 06:58:35 -0500
on 10/19/03 6:29 PM, Dr Digby L. James at email@hidden wrote:
>
I've been trying to alter a script for importing
>
images into Quark. This worked perfectly on Quark
>
4 but appears broken on Quark 5 (in fact, I've
>
just tried the old script in Quark 4 and that
>
refuses to work too). Can anyone see what I am
>
doing wrong? In its simplest form the script is:
>
>
tell application "QuarkXPress"
>
activate
>
tell picture box 1 of page 1 of document 1
>
set image 1 to alias "Path:Filename"
>
end tell
>
end tell
>
>
This fails with an error saying :
>
>
QuarkXPress got an error: Folder some object wasn't found.
>
>
I get the same result whether or not I include "alias".
<snip>
Doctor,
Your scripts -- the one above and the full version that I snipped -- work
fine on my machine OS 9 QXP v4.11 & 5.0 running from Script Editor.
Does your problem persist after a reboot? Rebuild Desktop?
Are you running in classic mode under OS X? If so, let me know via the list
and I will try to replicate your problem.
--
Bob.Kalbaugh
_______________________________________________
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.