Re: Change Color of a ColorWell object in Project Builder
Re: Change Color of a ColorWell object in Project Builder
- Subject: Re: Change Color of a ColorWell object in Project Builder
- From: Philip Aker <email@hidden>
- Date: Tue, 05 Nov 2002 09:43:08 -0800
On Tuesday, Nov 5, 2002, at 04:58 US/Pacific, Fridiric Le Jeune wrote:
How to change color of a ColorWell object (or color of font in a txt
field) in Project Builder with Apple Script (OS X)
I tried this and it doesn't work:
set color of cell "led" of window "Home" to red
Thanks for help
Fred from paris
Bonjour,
on clicked theObject
if (name of theObject is "ns_color") then
set color of theObject to {27000, 0, 0}
end if
end clicked
Mais, je ne sais pas otez le "color-panel" qui arrive.
Je pense qu'on demandez `:
Send applescript-studio mailing list submissions to:
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit:
http://www.lists.apple.com/mailman/listinfo/applescript-studio
Bon chance,
Philip Aker
http://www.aker.ca
_______________________________________________
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.