Re: NSManagedObjectContextObjectsDidChangeNotification in loaded nibs
Re: NSManagedObjectContextObjectsDidChangeNotification in loaded nibs
- Subject: Re: NSManagedObjectContextObjectsDidChangeNotification in loaded nibs
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 15 May 2005 14:44:06 -0700
On May 14, 2005, at 7:22 PM, SA Dev wrote:
Just a quick ping to see if anyone's given this some thought or
if it's too vague and more information is needed.
Please don't post follow-ups like this unless it's to actually add
more information...
Now here's where it gets weird. I thought I'd force it by
registering the editor to listen for
NSManagedObjectContextObjectsDidChangeNotification. I even left the
object set to nil so it'd get all contexts' notifications just to
make sure ... but it's just not receiving the notifications when
other parts of my app (within the main document's nib) are
receiving them just fine for any managed object's edits.
Assuming that you are correctly receiving
NSManagedObjectContextObjectsDidChangeNotification notifications
elsewhere (and that you haven't registered to for
@"NSManagedObjectContextObjectsDidChangeNotification"), then it's not
immediately clear what would give rise to this situation. Are you
sure that the instance you believe is registered actually exists
(that is, it has been properly instantiated), and that the
registration code is actually called?
mmalc
_______________________________________________
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