Radio Buttons and Binding
Radio Buttons and Binding
- Subject: Radio Buttons and Binding
- From: Duncan Alexander Oliver <email@hidden>
- Date: Mon, 07 Jun 2004 03:05:36 -0500
I've currently been having problems binding radio buttons to
controllers, and was wonder if anyone could help.
In previous versions of Interface Builder, you were able to bind the
argument and target keys of a radio button to a controller. Since
installing Xcode 1.2, though, I haven't been able to do that.
At first, I tried to bind the value key or individual radio buttons to
the controller using key-value compliant accessor methods, but I found
that when a clicked on a radio button, the others wouldn't update.
I then tried the same thing using a NSMatrix with radio tracking, but
I found that the value would only update the first time I clicked a
radio button. Has anyone had luck with radio button bindings and Xcode
1.2? Thanks.
Duncan Oliver
email@hidden
_______________________________________________
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.