Tex-Edit: What OSAX is this using?
Tex-Edit: What OSAX is this using?
- Subject: Tex-Edit: What OSAX is this using?
- From: Gnarlodious <email@hidden>
- Date: Tue, 19 Nov 2002 07:46:03 -0700
This ran well in 9.2, but not in X. The problem line is:
set color of style run n to "#FF33DD"
So I need to know:
1) Does this script run vanilla in 9.2? I tried it in 9 and no go.
2) If not, which addition is it using? And is it available for X?
Try this:
tell application "Tex-Edit Plus"
activate
tell front window
repeat with n from 1 to count of style runs
set color of style run n to "#FF33DD"
end repeat
end tell
end tell
Tom Bender of Tex-Edit has assured me this uses an OSAX, but I did not know
it at the time.
Hope that makes sense . . .
-- 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.