• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
set color of color well in AppleScriptStudio
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: HERE'S HOW: distinguish old archives from keyed archives
  • Next by Date: Re: String encoding question
  • Previous by thread: Re: HERE'S HOW: distinguish old archives from keyed archives
  • Next by thread: Re: String encoding question
  • Index(es):
    • Date
    • Thread