Re: windowDidLoad
Re: windowDidLoad
- Subject: Re: windowDidLoad
- From: Carrie Brezine <email@hidden>
- Date: Thu, 13 Feb 2003 10:58:11 -0500
seems to me I may have seen this when a window comes up after the first
time... that is, if you show a window, hide it, then show it again,
windowDidLoad is not called. If you need to do stuff every time a
window is shown, you can put it in the controller's showWindow method.
Also, when you call your controller to show the window you have to
actually ask for the window-- [myController showWindow:self]; or
something like
carrie
On Thursday, February 13, 2003, at 10:33 AM,
email@hidden wrote:
Message: 4
To: email@hidden
From: email@hidden
Subject: windowDidLoad
Date: Wed, 12 Feb 2003 22:51:07 -0800 (PST)
has anyone has a problem where windowDidLoad does not get called
within the
NSController?
I set a breakpoint in the method, and it never breaks in the debug?
_______________________________________________
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.