[SOLVED] Re: Core Data, abstract Entity problem

2008-06-24 Thread Alain Schartz
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

Re: Core Data, abstract Entity problem

2008-06-24 Thread I. Savant
> I could need some help with a Core Data related problem I am experiencing, > and I am not entirely sure I understand everything Cocoa does behind my back. > In more detail : It'd be best if you'd post specific questions regarding what you believe and what you're unsure of. This is essential

Core Data, abstract Entity problem

2008-06-24 Thread Alain Schartz
Dear List. I could need some help with a Core Data related problem I am experiencing, and I am not entirely sure I understand everything Cocoa does behind my back. In more detail : I created a Core Data document based project from scratch. The Core Data model consists of an abstract TreeNode e