Re: Help with checkboxes needed
Re: Help with checkboxes needed
- Subject: Re: Help with checkboxes needed
- From: Artemiy Pavlov <email@hidden>
- Date: Thu, 28 Sep 2006 19:00:49 +0300
Hey guys,
all seems to work this way:
IBOutlet NSButton * MyCheckbox;
...
[MyCheckbox setState:MyCheckboxState];
...
MyCheckboxState = [MyCheckbox state];
However, on compile I get this:
warning: 'NSButton' may not respond to '-state:'
Should I define/connect the checkbox in some other way?
Thanks,
Artemiy.
_______________________________________________
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