Digging through the archives I found the following post.
Is there still no AppleScript way (even via call method) to set the text color (or background color) of an item in an outline (or a table)?
Thanks,
Tom
----
Date: 28 November 2005 8:05:53 AM -0800
From: Matt Neuburg <email@hidden>
To: email@hidden
Cc: email@hidden
Subject: Re: Setting color of an item in Outline View
On Tue, 22 Nov 2005 16:15:46 -0500, email@hidden said:
Is there any way to set the color of a particular item in an Outline View?
Make the object supplied for that item an NSAttributedString in the desired
color. You'll probably want to do this in Objective-C, as doing it in pure
AppleScript doesn't bear thinking about (because there is no bridging). m.