Aquisition implements the following method in the NSTableView delegate:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
- (void) tableView: (id) theTable didClickTableColumn: (id) col;
{
...
[theTable setIndicatorImage: whatever inTableColumn: col];
...
[theTable setHighlightedTableColumn: col];
...
}
</font>[/code]
And if you don't want the entire column to highlight, just uncheck that option in Interface Builder.
[ 04-23-2002: Message edited by: Porfiry ]