NSTextViews and initial first responders
NSTextViews and initial first responders
- Subject: NSTextViews and initial first responders
- From: Richard Schreyer <email@hidden>
- Date: Thu, 27 Sep 2001 17:31:38 -0700
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?
Richard Schreyer