Re: Quark Backmost Picture selection
Re: Quark Backmost Picture selection
- Subject: Re: Quark Backmost Picture selection
- From: Hans Haesler <email@hidden>
- Date: Fri, 27 Apr 2001 11:18:09 +0200
On Fri, 27 Apr 2001, Lars Lindgren wrote:
>
But I need a way to fast select the backmost image on a spread.
Lars,
if it would be necessary to exclude empty picture boxes then:
---
tell document 1 of application "QuarkXPress"
activate
tell current spread
set selected of picture box 1 of (last image whose bounds is not {0, 0, 0, 0}) to true
end tell
end tell
---
If you feel like it, replace 'last image' with 'image -1' then
it will look more studious. ;-)
Regards,
Hans
---
Hans Haesler | email@hidden