Re: Sorting an NSTableView bound to an NSArrayController.

2012-06-29 Thread Robert Tillyard
Thank you, Willeke, That worked brilliantly. Regards, Rob. On 29 Jun 2012, at 22:15, Willeke wrote: > > Op 28 jun 2012, om 17:44 heeft Robert Tillyard het volgende geschreven: > >> >> I now I need to put a key and sort descriptor in IB but don't know what code >> I have to add to the Entity

Re: Sorting an NSTableView bound to an NSArrayController.

2012-06-29 Thread Willeke
Op 28 jun 2012, om 17:44 heeft Robert Tillyard het volgende geschreven: > > I now I need to put a key and sort descriptor in IB but don't know what code > I have to add to the Entity ot WindowController to handle it. You can create a category of NSString and implement your own compare method.

Re: Sorting an NSTableView bound to an NSArrayController.

2012-06-28 Thread Keary Suska
On Jun 28, 2012, at 1:16 PM, Robert Tillyard wrote: > Hello, Keary, > > Thank you for your reply. > > Would the selector in the model be in the class for the CoreData Entity or os > it in the WindowController sub-class that controls the window that the > TableView is in? > > Would you know w