Binding a text field's editable binding to a matrix
Binding a text field's editable binding to a matrix
- Subject: Binding a text field's editable binding to a matrix
- From: Keith Renz <email@hidden>
- Date: Wed, 19 Jan 2005 01:41:58 -0500
Another bindings question...
I have a matrix of 3 radio buttons. Selecting one of the radio buttons
totals some data within a date range. There are 2 text fields
associated this radio button for setting the date range. When this
radio button is not selected, I want the 2 text fields to be disabled.
Likewise, when this radio button is selected, I want the 2 text fields
to be enabled. The matrix is bound to a document iVar (a dictionary)
with an object controller. The two text fields are also bound to the
same document iVar with the same object controller. Is there a straight
forward way to bind the 2 text field's "editable" bindings to the
matrix of radio buttons? The task is straight forward with
target/action and a few outlets, but I was wondering how to go about
this with bindings.
Thanks,
Keith
_______________________________________________
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