Re: Panel with textfield problem
Re: Panel with textfield problem
- Subject: Re: Panel with textfield problem
- From: Matt Neuburg <email@hidden>
- Date: Thu, 28 Feb 2002 09:36:53 -0800
On Wed, 27 Feb 2002 19:23:07 +0100, Gerben Wierda <email@hidden> said:
>
I have a Panel that is created from a nib file. This Panel contains a
>
textfield where th user needs to enter something. Strangely, the
>
textfield does not accept paste and it also does not become active at
>
loading time/ What do I need to do?
If this is the question I think it is, it comes up every few days. :-)
There's a bug; the nominal firstResponder isn't getting made
firstResponder. The workaround is to do it yourself in code as the panel
opens, i.e. call makeFirstResponder as you awake from nib. m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes gar anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
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.