Re: Binding questions
Re: Binding questions
- Subject: Re: Binding questions
- From: Scott Stevenson <email@hidden>
- Date: Wed, 10 Nov 2004 13:40:20 -0800
On Nov 10, 2004, at 1:11 PM, Eric Forget wrote:
1) I have table with a check box column bound with a
NSArrayController. I
also have a "Check All" button. Is it possible to bind it. If so, what
is
the best way of doing it?
Such a checkbox doesn't represent a single piece of data, so a binding
doesn't really make sense. Attach it to an action that loops through
your array of objects and sets the checked state on each.
- Scott
--
http://treehouseideas.com/
http://theobroma.treehouseideas.com/ [blog]
_______________________________________________
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