Re: NSMatrix with radio buttons - problem detecting states
Re: NSMatrix with radio buttons - problem detecting states
- Subject: Re: NSMatrix with radio buttons - problem detecting states
- From: Bill Cheeseman <email@hidden>
- Date: Fri, 11 Oct 2002 07:41:36 -0400
on 02-10-11 5:05 AM, Phillip Hutchings at email@hidden wrote:
>
Each cell of the matrix is
>
attached to a variable, one called broadcast, the other called listen.
It is much easier and more common to represent the value of an entire radio
button cluster (no matter how many radio buttons it contains) using a single
variable. By definition, only one radio button in a cluster can be ON, so
you read and write the state of the cluster by getting and setting the index
(or tag) of the button that is on (selected).
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont -
http://members.valley.net/croquetvermont
_______________________________________________
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.