Re: Can't make IBOutlet connection in IB
Re: Can't make IBOutlet connection in IB
- Subject: Re: Can't make IBOutlet connection in IB
- From: Jeremy Dronfield <email@hidden>
- Date: Sat, 1 May 2004 23:15:21 +0100
On 1 May 2004, at 10:17 pm, Koen van der Drift wrote:
Hi,
I created an IBOutlet for an NSScrollView in MyDocument both in XCode
and in Interface Builder. When I try to option-drag from FileOwner to
the NSScrollView, I get the error message that 'scrollView must be of
type NSScrollView'. The scroller is enclosing an NSTextView (which is
what I added from the palette). If I click that view once I select the
NSScrollView, if I double-click it, the outline is thicker, and the
info palette says it's the NSTextView. So I know both NSScrollView and
NSTextView are present.
When you drag the wire, make sure you're hitting the frame of the
scroll view. You can ensure you do by dragging the wire onto a
scrollbar and then releasing it.
Hope this helps
-Jeremy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.