re: NSManagedObject Copy and Paste

2008-03-30 Thread Ben Trumbull
I have a question regarding implementing copy and paste with NSManagedObjects-- You're more or less on the right track. Here's an excerpt regarding moving values between threads which may help you with copy&paste: At 8:22 AM -0700 3/1/06, [EMAIL PROTECTED] wrote: The problem with insertions

NSManagedObject Copy and Paste

2008-03-29 Thread Mike Burns
I have a question regarding implementing copy and paste with NSManagedObjects-- I've read through the NSPersistentDocument copy and paste tutorial, but my situation is a bit more involved then just copying and pasting an employee first and last name. Without getting too involved, this is