Re: Quark 4.11
Re: Quark 4.11
- Subject: Re: Quark 4.11
- From: Shane Stanley <email@hidden>
- Date: Thu, 04 Oct 2001 08:29:23 +1000
On 3/10/01 11:12 PM +1000, devmail, email@hidden, wrote:
>
The mystery deepens...
>
>
Try this code out and tell me what you think
>
>
tell application "QuarkXPress 4.11"
>
activate
>
tell default document 1
>
display dialog inside margin as string
>
set inside margin to "10 mm"
>
display dialog inside margin as string
>
end tell
>
end tell
If you change your units to points or picas, you'll see the difference is .5
of a point. But play with this:
tell application "QuarkXPress 4.11"
activate
tell default document 1
set inside margin to "3p"
display dialog inside margin as string
end tell
make new document at beginning
display dialog (inside margin of document 1 as text)
end tell
--
Shane Stanley, email@hidden