Setting an Outlet to an NSTextView in IB, it seems to get the NSScrollView instead.
Setting an Outlet to an NSTextView in IB, it seems to get the NSScrollView instead.
- Subject: Setting an Outlet to an NSTextView in IB, it seems to get the NSScrollView instead.
- From: Alexandre Aybes <email@hidden>
- Date: Sat, 24 Nov 2001 12:02:08 +0100
Hi there,
I am having a problem with Interface Builder. I have an
NSTextView (that I just drag from a Palette) and I want to
Connect it to an outlet of my controller, but it seems to be
connecting the NSScrollView instead of the NSTextView. When (in
the code) I do:
NSLog(@"TextView: %@", theOutlet);
it prints:
2001-11-24 11:56:35.860 MyApplication[8501] TextView:
<NSScrollView: 0x23e920>
Any idea?
THanks,
Alex.