Re: CoreData, SyncServices & NSURL ...

2009-03-06 Thread Mic Pringle
One of the reasons I use a transformer is so that I can bind the resulting string to a column in a tableview. How would I go about doing this if I didn't use a transformer, as you suggest ? Also, I think I may have got somewhere with this. I was under the impression that it was the stored managed

Re: CoreData, SyncServices & NSURL ...

2009-03-05 Thread Kyle Sluder
Do you even need to write your own transformer? If you are targeting Leopard and later, you could just use a transformable attribute and leave it all up to the default NSKeyedArchiver transformer. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lis

CoreData, SyncServices & NSURL ...

2009-03-05 Thread Mic Pringle
Hi, I'm having a small problem with CoreData and SyncServices using the Bookmarks schema (com.apple.bookmarks.Bookmark) located in /System/Library/SyncServices/Schemas. One of the entities of that schema is url, which is of type url, which apparently maps to NSURL according to the Apple reference