• 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
Re: Hex colors in Tex-Edit X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hex colors in Tex-Edit X


  • Subject: Re: Hex colors in Tex-Edit X
  • From: Gnarlodious <email@hidden>
  • Date: Mon, 18 Nov 2002 17:13:48 -0700

Entity email@hidden spoke thus:

> Ah, I believe you need to add an OSAX (scripting addition) for that automatic
> conversion (HTML color to RGB list).
Not so! Here is the entire script which ran in OS 9:

tell application "Tex-Edit"
activate
tell front window
set background color to black
repeat with n from 1 to count of style runs
if color of style run n is black then
set color of style run n to "#990099"
end if
end repeat
end tell
end tell

Unless you mean there is an OSAX for Tex-Edit?
With this I could set any color to any Hex color, can you help me figure out
where this went in X?

Thanks!
-- Rachel
http://www.Spectrumology.com
AIM Gnarlodious
ICQ 167580201
_______________________________________________
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.

  • Prev by Date: Re: getting headers from Mail
  • Next by Date: Re: getting headers from Mail
  • Previous by thread: Digesting the digests ...
  • Next by thread: Re: Hex colors in Tex-Edit X
  • Index(es):
    • Date
    • Thread