Re: NSPasteboardItem issues

2012-06-20 Thread Gordon Apple
Invariably happens. I hesitate and agonize over whether to hit the ³send² button, then promptly discover the solution. Apparently, I need to be using ³canReadItemWithDataConformingTpTypes² instead. However, it is still a mystery to me as to why the other failed. On 6/20/12 12:28 PM, "Gordon Ap

NSPasteboardItem issues

2012-06-20 Thread Gordon Apple
I'm trying to convert code to use the new pasteboard methods, and having a few issues. For private types, I need to use NSPasteboardItem because the read/write protocols don't work for managed objects. (readObjects automatically uses NSKeyedUnarchiver and I use a subclass to provide the moc.) Th