initialFirstResponder
initialFirstResponder
- Subject: initialFirstResponder
- From: Steven Frank <email@hidden>
- Date: Sun, 30 Dec 2001 23:21:04 -0800
I think I have somehow screwed up my nib file. I have the
initialFirstResponder outlet of my window connected to an NSTextView
inside it, but the insertion point does not automatically appear in the
text view when I run the app, or when I test the interface in IB.
It used to work, at one point. I have no idea what I broke.
I've deleted everything else from the window -- the text view is the
only thing left. The window is the only window in the app. Any ideas?
Steven