NSWindow initialFirstResponder
NSWindow initialFirstResponder
- Subject: NSWindow initialFirstResponder
- From: Dietrich Epp <email@hidden>
- Date: Thu, 30 Jan 2003 16:08:16 -0800
I hooked the initialFirstResponder of my window in IB to the appropriate
view, but when it is all said and done the first responder is the window
itself.
I checked it in -windowDidLoad
[window firstResponder] -> window
[window initialFirstResponder] -> view
This isn't the expected behavior, right? It's not crucial because I can
always explicitly set the first responder, but I'd like to know if
there's anything that I should be doing that I'm not.
_______________________________________________
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.