unable to connect an IBOUTLET to NSScrollView
unable to connect an IBOUTLET to NSScrollView
- Subject: unable to connect an IBOUTLET to NSScrollView
- From: Ken Hawkins <email@hidden>
- Date: Fri, 5 Mar 2004 15:41:41 -0800
In my class i have a declaration:
@interface XtractorInMedia : NSObject
{
...
IBOutlet NSScrollView *mediaScrollView;
...
}
...
@end
However in Project builder i can't connect it and it gives me a message
that mediaScrollView needs to be of a type NSScrollView to connect it
to. that is what it is and i am confused as to why this type doesn't
seem to take. has anyone else hit this using xcode?
thanks,
ken;
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.