Re: trap information
Re: trap information
- Subject: Re: trap information
- From: Hans Haesler <email@hidden>
- Date: Wed, 22 May 2002 21:40:50 +0200
On Wed, 22 May 2002, Patrick Marechal wrote:
>
Does somebody know how to change the background color on a generic box in
>
quarkxpress. I want to but the background color at "none"
Patrick,
select a text box (or a picture box or a graphic box) and run this:
---
tell document 1 of application "QuarkXPress 4.11"
tell current box
set color to "None"
end tell
end tell
---
This works for me. I'm using the Passport version and the
Program Language is set to "French". You may also replace "None"
with 'null' (just the four characters, no quotes).
---
Hans Haesler <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.