Re: Core Data observer exception in 10.6

2009-08-31 Thread David Sinclair
(with no model changes) or from this version both fail. -- David Sinclair, Dejal Systems, LLC - d...@dejal.com Dejal blog - http://www.dejal.com/blog/ Cocoa code - http://www.dejal.com/developer/ Twitter - http://twitter.com/dejal/ ___ Cocoa-dev

Core Data observer exception in 10.6

2009-08-29 Thread David Sinclair
. And TextEntity has just dynamic properties, no code. Any ideas? -- David Sinclair, Dejal Systems, LLC - d...@dejal.com Dejal blog - http://www.dejal.com/blog/ Cocoa code - http://www.dejal.com/developer/ Twitter - http://twitter.com/dejal

Re: Core Data observer exception in 10.6

2009-08-29 Thread David Sinclair
On Aug 29, 2009, at 14:35:23, Kyle Sluder wrote: On Aug 29, 2009, at 1:48 PM, David Sinclair d...@dejal.com wrote: In a Core Data-based app that works fine in 10.5.x, I now get an exception as follows in 10.6 when opening a document. It targets 10.5, and the same exception occurs when

[ANN} Introducing DSActivityView for iPhone

2009-08-04 Thread David Sinclair
... view (or custom text); DSBezelActivityView, which provides an animated gray bezel, and DSKeyboardActivityView, which displays over the keyboard. For information about usage, a demo movie, how to get it and more, see: http://www.dejal.com/developer/dsactivityview -- David Sinclair, Dejal

Attributed string to HTML: invalid image URLs

2009-02-19 Thread David Sinclair
forKey:NSDocumentTypeDocumentAttribute]; NSFileWrapper *wrapper = [output fileWrapperFromRange:NSMakeRange(0, [output length]) documentAttributes:attributes error:nil]; return (wrapper [wrapper writeToFile:path atomically:NO updateFilenames:YES]); -- David Sinclair, Dejal Systems, LLC

Package data store for app with agents

2008-07-06 Thread David Sinclair
is to use single independent Core Data SQLite stores for the main app and agents as a kind of cache, and write a custom copy of the data in the file packages, and keep them in synch. But that seems less elegant (and more hazardous) to me. -- David Sinclair, Dejal Systems, LLC - [EMAIL PROTECTED

Re: How do I use a WebView in a modal dialog?

2008-04-25 Thread David Sinclair
the window containing the WebView in a separate thread with its own run loop? Get rid of WebView altogether and go straight to WebFrame (this sounds hard)? Tickle the runloop. See my blog post about this: http://www.dejal.com/blog/2007/01/cocoa-topics-case-modal-webview -- David Sinclair