Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > NSTable column header highlighting

NSTable column header highlighting
Thread Tools
Fresh-Faced Recruit
Join Date: Apr 2002
Status: Offline
Reply With Quote
Apr 23, 2002, 02:48 AM
 
I have been trying to set the highlight color and set the sorting image in the column header of an NSTable without selecting the remaining part of the column (like setting the sorting order in iTunes). I have read the Objective C documentation on NSTable, but the solution eludes me. Has anyone been able to get this to work?

-j
     
Junior Member
Join Date: Mar 2001
Status: Offline
Reply With Quote
Apr 23, 2002, 05:44 AM
 
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 ]
     
jlooman  (op)
Fresh-Faced Recruit
Join Date: Apr 2002
Status: Offline
Reply With Quote
Apr 23, 2002, 09:06 AM
 
Thanks.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:52 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2