Newbie with stupid question
Newbie with stupid question
- Subject: Newbie with stupid question
- From: deekpyro <email@hidden>
- Date: Sun, 17 Mar 2002 20:40:23 -0600
Since I'm still faily new to Cocoa and I havn't got to indepth with it I'm
still asking stupid questions. Like here is one:
I have an action and outlet set up from a checkbox to several slidders. I
want it so that when you click the checkbox off (it defaults to checked)
that the action will go to the controller, then that go to several outlets
connected to those slidders. The controller will tell the slidders to
become enabled (they default to disabled). So what would I put in the
action checkBox1Clicked? This is something like what I want:
If(self clicked) //I don't know what to say for clicked, value is 1?
[gamma enabled:TRUE]; //gamma is one of the slidders
else
[gamma enabled:FALSE];
Thanks so much!
_______________________________________________
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.