Re: Sorting NSTableView with NSDictionary objects in Panther
Re: Sorting NSTableView with NSDictionary objects in Panther
- Subject: Re: Sorting NSTableView with NSDictionary objects in Panther
- From: Ryan Bates <email@hidden>
- Date: Mon, 16 Feb 2004 10:19:54 -0800
On Feb 16, 2004, at 8:23 AM, Roberto Sobachi wrote:
All examples to sort NSTableView, contains an NSArray as dataSource.
I've got an NSArray that contains NSDictionary objects.
How can I sort my NSTableView with new Panther method?
What are you referring to when saying "the new Panther method"? Are you
using bindings? NSTableView seems to handle sorting automatically when
using bindings (no code required).
If you are trying to do it programmatically this might help:
<
http://cocoa.mamasam.com/COCOADEV/2004/02/1/83591.php>
Also, this is probably the third time you have asked this same question
on this list. Please try searching the archives and Apple's
documentation before posting:
<
http://cocoa.mamasam.com>
<
http://developer.apple.com/documentation/Cocoa/Cocoa.html>
Ryan
_______________________________________________
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.