Re: Setting text field as first responder in an NSView
Re: Setting text field as first responder in an NSView
- Subject: Re: Setting text field as first responder in an NSView
- From: Kyle Sluder <email@hidden>
- Date: Wed, 01 Jun 2011 10:58:27 -0700
On Wed, Jun 1, 2011 at 10:53 AM, Jens Alfke <email@hidden> wrote:
>
> On Jun 1, 2011, at 10:51 AM, Kyle Sluder wrote:
>
>> You actually want to use initialFirstResponder here. You can wire up
>> the window's initialFirstResponder outlet in IB to your text field,
>> and it will do the right thing.
>
> But the OP said he’s loading views into the window dynamically after it’s created.
Ah, after the _view_ is loaded, not the _window._ Gotcha.
Yea, for obvious reasons -initialFirstResponder isn't gonna help with that. ;-)
--Kyle Sluder
_______________________________________________
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