Web View silently fails

2008-07-27 Thread Nicolas L.
Hello! I am having a really weird problem with WebView and more specifically getting them to load a WebArchive. My app acquires WebArchives (saved by Safari, TextEdit, other apps, or from the pasteboard provided by those apps) and then later tries to load them. My bug is WebView doesn't

Re: Web View silently fails

2008-07-27 Thread Nicolas L.
handle the x-msg scheme (not sure what that is?), while Safari can. -Jeff On Jul 27, 2008, at 7:34 AM, Nicolas L. wrote: Hello! I am having a really weird problem with WebView and more specifically getting them to load a WebArchive. My app acquires WebArchives (saved by Safari, TextEdit

Fancy drag drop

2008-07-24 Thread Nicolas L.
HI all! I'm interested in the way Interface Builder, Instruments and probably a couple of other apps handle drag and drop. You know, how the item dragged from the Library panel changes depending where it's about to be dropped. I've subclassed my table views and overridden the methods to

Re: NSEntityDescription random crash

2008-07-22 Thread Nicolas L.
Thank you - I have tried enabling NSZombie and it seems the object being freed is my managedObjectModel. I really can't figure out why the MOM instance is being deallocated. I don't have a lot of code to post since I'm using the standard Xcode- generated code for non-duc based CoreData apps.