Passing Arguments in Bindings
Passing Arguments in Bindings
Hello
I have a problem which I don't know whether I can solve it with
bindings. I have a table containing objects for each row, bound with
an NSArrayController. Then I have a combobox containing some dates.
Now, I would like to have additional rows, which display me the
changes of the objects for the selected date. e.g.
- (int) valueForDate: date
I would like to solve the problem with bindings, so taking the date
from the combo box into a string (using bindings, already done), and
then using this date to get the result of the mentionned function,
which I would like to bind to the row.
Am I clear enough? Just kind of passing an argument through a binding.
Thanks Roman
_______________________________________________
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