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.

SO SORRY!

2012-06-29 Thread Brian Lambert
Please accept my apologies for this mistake. I didn't intend to send my last message to this list! Brian ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Please check out my new company, Directr...

2012-06-29 Thread Brian Lambert
*Hey! I'm part of a team starting a new company called Directr. We're turning **personal moviemaking upside down by allowing **anyone to create beautiful, short, shareable movies **in just a few minutes.* * * *Starting today, we’re giving our friends a sneak peek into what **we’re working on and a

Re: MKMapView: Can't keep annotations from flashing during an update. Ideas?

2012-06-29 Thread Gavin Stokes
On Tue, Jun 26, 2012 at 7:38 PM, Joe Wollard wrote: > Out of curiosity, why are you manually removing them in the first place? > MKMapView should be handling that logic for you as I understand it. If its > for performance, the docs say to make sure you dequeue the MKAnnotationView > instead of cr