Re: Hex colors in Tex-Edit X
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.