-windowDidLoad not getting called
-windowDidLoad not getting called
- Subject: -windowDidLoad not getting called
- From: Rick Mann <email@hidden>
- Date: Mon, 21 Apr 2008 16:22:28 -0700
I started a very simple non-document Cocoa app project. I added a
controller class derived from NSWindowController, and added an
NSObject to my .xib to represent it. I've connected an outlet in my
controller to a field in the window, and a button in the window to an
action in the controller. I've also set the NSWindowController's
window outlet to the window.
When the app launches, I see the window, and I can click the button
and my action is called (and it updates the field). But, -
windowDidLoad is never called.
What did I forget?
TIA
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden