NSTextView and firstResponder
NSTextView and firstResponder
- Subject: NSTextView and firstResponder
- From: Changmook Chun <email@hidden>
- Date: Sat, 4 Aug 2001 22:17:23 +0900
Hi,
I'm making a small application and have a problem regarding NSTextView
and firstResponder. The window of my application contains an NSTextField
object and an NSTextView object. The NSTextField object is the
initialFirstResponder of the window. I want to change the firstResponder
from NSTextField to NSTextView when tab key is pressed in the
NSTextField.
Well, I tried the nextKeyView outlet in Interface Builder and NSWindow's
makeFirstResponder method, but neither work.
How can I implement a correct way to make the firstResponder of NSWindow
point to an NSTextView object?
Thank you for your concern.
Changmook Chun.