Wrong type of button in IB?
Wrong type of button in IB?
- Subject: Wrong type of button in IB?
- From: Mark Dawson <email@hidden>
- Date: Thu, 16 Jun 2005 11:05:31 -0700
I've created a new IB nib, and hooked up an outley ("
outletThatWorks")t; however, when I added a new outlet (
myButton), I can't connect to it (control drag from my controller to an NSTableView object)--I get an error "myButton must be of type NSButton") What does that mean, as "myButton" IS an NSButton type?
@interface myController : NSWindowController {
@private
IBOutlet NSButton* outletThatWorks; // checkbox
IBOutlet NSButton* myButton; // NSTableView
}
Thanks!
Mark _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden