Re: QXP5 image offset
Re: QXP5 image offset
- Subject: Re: QXP5 image offset
- From: email@hidden
- Date: Wed, 31 Jul 2002 16:55:54 +0100
Nope, this is all under Mac OS 9.2.2
Gary
On Monday, July 29, 2002, at 11:55 am, Shane Stanley wrote:
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.
_______________________________________________
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.