NSTextView and nextKeyView
NSTextView and nextKeyView
- Subject: NSTextView and nextKeyView
- From: Doug Brown <email@hidden>
- Date: Sun, 14 Oct 2001 09:50:08 -0700
Hi,
I have a very simple problem that I'd like to fix. It seems that the
nextKeyView doesn't apply to NSTextView because when you press tab, an
actual tab goes into the text inside it (of course, this is the desired
effect for most people). However, I have it set so that the NSTextView
is not editable, but it is selectable. I'd like to be able to press tab
to switch to the nextKeyView like NSTextField works. How would I do
that? Thanks,
Doug