Re: Setting focus to text field in drawer
Re: Setting focus to text field in drawer
- Subject: Re: Setting focus to text field in drawer
- From: Arthur Clemens <email@hidden>
- Date: Tue, 12 Aug 2003 22:32:15 +0200
So it all functions now as it should. But I don't know if I should
have
written the text field's becomeFirstResponder differently, or that I
shouldn't have overridden text field's becomeFirstResponder.
Would it make any difference if your becomeFirstResponder called
[super becomeFirstResponder] somewhere? It looks like you wanted to
add to the default behavior, but instead you end up replacing it,
bypassing anything that any of the superclasses might normally do in
this method.
Yes, that's it! Seems logical in hindsight, but I couldn't think of it.
Thanks.
Arthur Clemens
_______________________________________________
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.