Re: Crash at window maximize
Re: Crash at window maximize
- Subject: Re: Crash at window maximize
- From: Ryan Bates <email@hidden>
- Date: Thu, 12 Feb 2004 09:31:33 -0800
On Feb 12, 2004, at 8:32 AM, Wenz, Dustin wrote:
Clicking the application in the dock will make the window visible
again, but the minimized window still shows up in the dock.
That's strange. If I'm understanding you correctly, the window is open
on the screen the same time it is minimized in the dock? Do you
implement the applicationDidBecomeActive: delegate method? If so, what
is the code in that method?
Ryan
On Feb 12, 2004, at 8:32 AM, Wenz, Dustin wrote:
I've been having a problem with one of my apps that showed up in OS
10.3 (it used to work alright in 10.2). Basically, when I minimize a
window it can't be maximized by clicking it's representation in the
dock. Clicking the application in the dock will make the window
visible again, but the minimized window still shows up in the dock.
Selecting the window from the Window menu will maximize it normally,
but the application will immediately crash after the window grows to
full size.
I did try stepping through with the debugger, but none of my code is
running at the time of the crash - it's all handled by the window
manager. The last instruction executed is 'IsWindowVisible'. I'm
pretty sure nothing is wrong in the NIB file - replacing it with a
generic one containing a single blank window has the same symptoms.
Can anyone suggest some things to look for? I'm out of ideas. Thanks!
-Dustin Wenz
Information Systems Technician
St. Cloud Times
320.259.3663
--------
"...but what if it really is just turtles, all the way down?"
--------
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.