Opening internally sends Apple Events. Have you checked whether the"open 
document" Apple event is sent and whether it looks any different? My guess is 
they won't use that for the open panel, but maybe they do and something's 
broken there?

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de



On 25.02.2013, at 19:58, Steve Mills <smi...@makemusic.com> wrote:
> 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/witness.of.teachtext%40gmx.net
> 
> This email sent to witness.of.teacht...@gmx.net


_______________________________________________

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