Re: OSX script problem
Re: OSX script problem
- Subject: Re: OSX script problem
- From: Hans Haesler <email@hidden>
- Date: Thu, 9 Dec 2004 23:03:18 +0100
On Thu, 9 Dec 2004, Monica Gorman wrote:
>We are converting a few scripts from os9 and Quark 5 to osx and Quark 6.
>The scripts worked fine in os9. We have most of the minor changes done
>to get it to work in osx. Our problem is that the page width and page
>height seem to be being ignored. It make the page size the default page
>size (same numbers that show up when you choose new).
>We have tried to assign the properties several different ways but no way
>worked. It is now set this way:
>
>make new document at beginning
>tell document 1
>set properties to {page height:doch, page width:docw}
>
>What could we be doing wrong?
Monica,
what version of QuarkXPress are you using? And what Mac OS?
I guess you're still with QXP 6.0. Update to 6.5.
Your script works for me. But you could simplify it:
---
tell application "QuarkXPress 6.5"
make document with properties {page height:doch, page width:docw}
end tell
---
Hans Haesler <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden