Re: file references in CoreData

2008-10-29 Thread Dirkjan Krijnders
Hi, When using Leopard this is easy: you can store any data type in core data using the 'Transformable' type. Use this to store instances of NSURL that point to your files see http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdNSAttributes.html for more information

NSOpenGLView does not update view

2008-10-08 Thread Dirkjan Krijnders
Hi, I have a problem rendering a scene to a NSOpenGLView. Here is a outline of the setup: I have a carbon program (MATLAB) that allows for plugins called mexfiles, these are just .dylib's with a plain C-entry point. I setup a singleton controller object and feed the controller new data vi

Core-data save problem

2008-07-17 Thread Dirkjan Krijnders
annot save objects with references outside of their own stores." I tried googling for the error message but nothing shows up. Any pointers to what may cause this error? Thanks, Dirkjan Krijnders ___ Cocoa-dev mailing list (Cocoa-dev@lists