Hello Jim,

The fact that no one has replied to your post yet confirms my feeling that 
you’re at the bleeding edge of 
NSManagedObjectContextObjectsDidChangeNotification usage.  Here are a couple of 
thoughts…

• You can generally send -processPendingChanges yourself, whenever you want.  
Particularly in a text editing context, there is no (performance) reason not 
to.  Or you could place a log-and-continue breakpoint on it.

• Cocoa Bindings are just as mysterious as 
NSManagedObjectContextObjectsDidChangeNotification, maybe more so.  Might be 
good to verify that your model object is actually being changed with each 
keystroke.


_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to