Re: NSTextViews and initial first responders
Re: NSTextViews and initial first responders
- Subject: Re: NSTextViews and initial first responders
- From: Stefan Jung <email@hidden>
- Date: Fri, 28 Sep 2001 10:23:30 +0200
On Freitag, September 28, 2001, at 02:31 Uhr, Richard Schreyer wrote:
>
I have several places in my application where I have a NSTextView as
>
the initialFirstResponder of a window or NSTabViewItem. Unfortunately,
>
the cursor isn't in these views by default. I have to press tab before
>
the cursor will jump into the view.
>
>
Any ideas on how to get NSTextViews to work as firstResponders?
[yourTextView makeFirstResponder]
Stefan Jung