set color of color well in AppleScriptStudio
set color of color well in AppleScriptStudio
- Subject: set color of color well in AppleScriptStudio
- From: Rhon Fitzwater <email@hidden>
- Date: Mon, 1 Sep 2003 00:38:42 -0400
Can someone tell me how I can set the color of a color well
programmatically(in applescript studio)
This is my color well:
color well "cw1" of tab view item "WarningTab" of tab view "tabView" of
window "main"
I believe you need to use call method, but I do not know the correct
syntax. I have a color string with the RGB values which looks like
this:
set color_s1 to "{" & (1.0 * 65535) & "," & (0.010772869459 * 65535) &
"," & (0.043335622187 * 65535) & "}" as string
If anyone knows how to do this, please let me know.
Thank you,
_Rhon Fitzwater
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.