Re: Alter Script for OSX
Re: Alter Script for OSX
- Subject: Re: Alter Script for OSX
- From: Hans Haesler <email@hidden>
- Date: Mon, 26 Apr 2004 17:25:46 +0200
On Mon, 26 Apr 2004, Simon Manning wrote:
<snip>
>
"set image 1 of picture box BoxName to LogoPath" - this line gives an
>
Applescript error: "QuarkXPress got an error: Can't make some data into
>
the expected type", which suggests to me a casting issue.
Simon,
are you using QuarkXPress 6.1? Insert 'as alias' and try again:
---
set image 1 of picture box BoxName to LogoPath as alias
---
I haven't taken the time to try your script. But starting with
QXP 5 an alias is required.
---
Hans Haesler <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.