Documents not opening from Finder
Documents not opening from Finder
- Subject: Documents not opening from Finder
- From: Steve Mills <email@hidden>
- Date: Mon, 25 Feb 2013 12:58:34 -0600
I'm seeing a situation where, after successfully opening, NOT printing, and then closing a document x number of times via Finder's Print command, our app will stop receiving requests to open the same or any other document. I've added an override for initWithContentsOfURL:ofType:error: just to see if it's getting there, and it is not. Normally we only override init, initWithType:error, and readFromURL:ofType:error:. In fact, we stop getting even the readFromURL:ofType:error: message if I go through our app's standard Cocoa Open menu item; I choose a file and nothing happens. Same with init and initWithType:error.
Any ideas about what could be getting messed up? We subclass NSApplicationDelegate, NSDocument, and NSWindowController, but nothing else in the chain like NSDocumentController.
--
Steve Mills
office: 952-818-3871
home: 952-401-6255
cell: 612-803-6157
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden