Re: Why does this filter expression not work? Anyone have an idea?
Re: Why does this filter expression not work? Anyone have an idea?
- Subject: Re: Why does this filter expression not work? Anyone have an idea?
- From: "Shane Stanley" <email@hidden>
- Date: Thu, 3 Mar 2005 09:23:30 +1100
On Wed, 2 Mar 2005 13:25:53 +0100, Michael Johnston wrote:
>WHY???
>any reason other than the usual reason (Applescript is the spawn of
>satan).
Yes -- it hasn't been implemented properly by the application.
The workaround is to avoid the indirect "name of color" and filter
directly by color. Something like this:
tell application "QuarkXPress"
tell document 1
set theRed to object reference of color spec "Red"
set color of every picture box whose color is theRed to "Blue"
end tell
end tell
Odd, but then life's like that.
(Just filling in while Hans is off skiing...)
--
Shane Stanley <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