Re: QXP5 image offset
Re: QXP5 image offset
- Subject: Re: QXP5 image offset
- From: Shane Stanley <email@hidden>
- Date: Mon, 29 Jul 2002 20:55:16 +1000
On 29/7/02 8:30 PM +1000, email@hidden, email@hidden, wrote:
>
Whilst upgrading between v4.11 and v5.0 of QuarkXPress I have come
>
across a problem related to image offset. The code below works fine in
>
v4.11 but not v5.0 the variable returned is not and will not become a
>
list. Any ideas? I am running under Mac OS 9.2.2
>
>
Tell application "QuarkXPress"
>
Tell document 1
>
Tell page 1
>
Tell picture box 1
>
Tell image 1
>
set theoffset to offset as list
>
set Xoffset to item 2 of theoffset as string
>
End Tell
>
End Tell
>
End Tell
>
End Tell
>
End Tell
It sounds like you're running under OS X, where QXP's coercions fail. Try:
set theoffset to coerce offset to list
--
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.