Re: initialFirstResponder and subclass of NSTextView
Re: initialFirstResponder and subclass of NSTextView
- Subject: Re: initialFirstResponder and subclass of NSTextView
- From: Renaud Boisjoly <email@hidden>
- Date: Tue, 18 Jun 2002 23:03:39 -0400
Thanks for responding Charles,
For some reason, It doesn't seem to work either. I've done the following:
[[self window] makeFirstResponder:textView];
where textView is my textView (duh)...
is this the right way to call this?
Thanks
Renaud
On Tuesday, June 18, 2002, at 10:55 PM, Charles Srstka wrote:
In my experience, initialFirstResponder doesn't work. You need to use
makeFirstResponder: in windowDidLoad.
_______________________________________________
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.