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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to