Re: unexpected nil outlet
Re: unexpected nil outlet
- Subject: Re: unexpected nil outlet
- From: David Reynolds <email@hidden>
- Date: Tue, 24 Jun 2008 09:27:24 +0100
On 23 Jun 2008, at 1:32 am, William Squires wrote:
Assuming you've followed the RaiseMan example up to that point,
and have IB open, select the 1st column of the NSTableView (in
MyDocument.nib - or .xib, depending on your Xcode version), and
examine its properties with the inspector window.
Make sure the sortKey is personName.length, and the selector is
"compare:". If that doesn't work, delete the text for the sort key
and try again. If it still doesn't work, then something isn't
connected to the ArrayController properly. Otherwise, you should be
able to get it to work with that key path.
HTH!
It helped me ;)
Thanks William.
--
David Reynolds
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden