Re: Programmatic initialization of a NSManagedObject with a Relationship

2010-10-30 Thread mmalc Crawford
On Oct 30, 2010, at 4:46 pm, Paul Johnson wrote: > I have 2 tableviews (A and B) in a window. Both use Core Data. A 3rd > tableview (in a drawer) has a complete list of items that I can selectively > Drag and Drop to tableview B. I have almost implemented the Drag and Drop, > but one step is miss

Re: Programmatic initialization of a NSManagedObject with a Relationship

2010-10-30 Thread Jerry Krinock
On 2010 Oct 30, at 16:46, Paul Johnson wrote: > I have 2 tableviews (A and B) in a window. Both use Core Data. A 3rd > tableview (in a drawer) has a complete list of items that I can selectively > Drag and Drop to tableview B. I have almost implemented the Drag and Drop, > but one step is missing

Programmatic initialization of a NSManagedObject with a Relationship

2010-10-30 Thread Paul Johnson
I have 2 tableviews (A and B) in a window. Both use Core Data. A 3rd tableview (in a drawer) has a complete list of items that I can selectively Drag and Drop to tableview B. I have almost implemented the Drag and Drop, but one step is missing. Tableview B has a Relationship to an item in tableview