Re: CoreData, NSArrayController
Re: CoreData, NSArrayController
- Subject: Re: CoreData, NSArrayController
- From: George Orthwein <email@hidden>
- Date: Thu, 4 May 2006 11:47:41 -0400
1. Not sure why your KVO isn't working... the addObserver line itself
looks ok to me. Alternatively, you could probably use
controlTextDidEndEditing in the NSTableView's delegate.
Also, I just found this interesting post regarding a mixed menu:
http://www.cocoabuilder.com/archive/message/cocoa/2004/9/4/116639
2. I believe the default behavior of Table views does not re-sort
after edits (presumably so the user isn't freaked out by any
"jumping"). I think you have to call rearrangeObjects after edits.
http://www.cocoabuilder.com/archive/message/cocoa/2005/5/18/136333
3. Unsure.
Hope that helps,
George
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden