they have a document-based application that runs under the lion, but not under the mountain lion.
I subclassed AppDelegate to open SavePanel when I first started the application, if there was no recent document to create a new named document. This is due to the fact that the user should not work with a document without a name. So I changed applicationShouldOpenUntitledFile to call my doSaveAs method when its recent DocumentmentURL was not found.
- (BOOL)doSaveAs { NSLog(@"doSaveAs"); NSSavePanel *tvarNSSavePanelObj = [NSSavePanel savePanel]; NSUInteger tvarInt = [tvarNSSavePanelObj runModal];
In ML, it crashes without any console output. The crash appears in Thread 8 "Quicklook.pluginload", if that helps?
Can anybody help me?
Hi
Klaus
source share