Re: Sorting an NSOutlineView
Re: Sorting an NSOutlineView
- Subject: Re: Sorting an NSOutlineView
- From: Greg Casey <email@hidden>
- Date: Wed, 5 Feb 2003 11:18:45 -0500
As the outline view's delegate, do you still get NSTableView delegate
messages? If so, you can simply implement the
"tableView:didClickTableColumn:" method.
On Tuesday, February 4, 2003, at 10:56 PM, Roarke Lynch wrote:
Perhaps using NSTableColumns setHeaderCell: method in conjunction
with an NSButton that will send the appropriate action?
On Tuesday, February 4, 2003, at 12:49 PM, Simon Fraser wrote:
Actually, I discovered that [outlineView: shouldSelectTableColumn:]
is not
sufficient for this, as it doesn't get called when you click on the
header
of an already-selected column.
There has to be a way to do this. Anyone?
Simon
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
-gtc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.