[SOLVED] Re: Core Data, abstract Entity problem
[SOLVED] Re: Core Data, abstract Entity problem
- Subject: [SOLVED] Re: Core Data, abstract Entity problem
- From: Alain Schartz <email@hidden>
- Date: Tue, 24 Jun 2008 19:20:31 +0200
Here's where you're mistaken. Only one *instance* is created: A
'TreeGroup' instance (which is a kind of TreeNode). The reason it's
only showing up in one place reliably is because the add: message is
being sent to *one* controller. Your other controller may not have
been informed that it needs to -fetch: to update its contents.
Hopefully that's enough of a push in the right direction for you to
research this more thoroughly ...
--
I.S.
Of course! The add: message is sent to only one controller, this
explains the (not so odd after all) behaviour.
Thanks for the quick reply !
Alain
_______________________________________________
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