Yep, no luck.
-Original Message-
From: j o a r [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2008 3:12 AM
To: Joe Jones
Subject: Re: Why [NSApplication _deallocHardCore:] crash in my Safari Plug In
On Mar 6, 2008, at 1:52 AM, Joe Jones wrote:
> Any ideas on how I can see what
Yeah, did that. Even took the step of not calling close or ever manually
releasing the window. It doesn't matter. At the time where my "close" occurs
the retain count is 2 so how it is going away I don't know. I never get called
on dealloc nor does the window get called on autorelease which I wo
On Mar 5, 2008, at 4:52 PM, Joe Jones wrote:
Hi all,
I have an NPAPI based plug in and I am trying to use a Cocoa window
to create a full screen window that the plug in can use when it
wants to take over the screen. All works as expected, The window
displays and goes away as required and
Hi all,
I have an NPAPI based plug in and I am trying to use a Cocoa window to create a
full screen window that the plug in can use when it wants to take over the
screen. All works as expected, The window displays and goes away as required
and all is joy. Until you quit the application.
At tha