Re: Input in TextView
Re: Input in TextView
- Subject: Re: Input in TextView
- From: Nick Müller <email@hidden>
- Date: Fri, 28 Dec 2001 21:02:10 +0100
On 28.12.2001 at 12:03 Uhr, Gerriet M. Denkmann wrote:
>
this makes the window main and key, and initialFirstResponder is
>
theText, but still I cannot type without first clicking the window.
I didn't get this to work, too. But it does as one expects if you do
have a, say, NSTextField in front of the chain and select the next
controll (= NSTextView) by Tab.
The thing that boggles me most is, that you do not necessarily have to
set firstResponder to make things right (OK, this may be bad style :-)
). The framework will find it for you. But not, if NSTextView is the
only one.
>
What can I do?
Tell me the solution. :-)
Nick