Default Input Field - force NSTextEditField to stay
Default Input Field - force NSTextEditField to stay
- Subject: Default Input Field - force NSTextEditField to stay
- From: Enrique Zamudio <email@hidden>
- Date: Wed, 30 May 2001 17:54:40 -0500
- Organization: Nasoft
I guess you have to subclass the textview and override the -keyDown:
method, so that after calling super's implementation, you can tell the
textfield to become the first responder again.
eZL