Re: "Select All" first in table view
Re: "Select All" first in table view
- Subject: Re: "Select All" first in table view
- From: Stephane <email@hidden>
- Date: Thu, 10 May 2007 15:54:37 +0200
On May 10, 2007, at 3:49 PM, Micha Fuhrmann wrote:
Hi there,
I've got a table view (Table A) that filters the content of another
table view with predicates. The Table A pulls its content from an
NSArrayController using "@distinctUnionOfObjects" for the model key
path from another NSArrayController.
I need the first entry in the table to be "Select All",and to stay
there while the column is sorted. I've tried inserting a new object
in the array but I can understand why it doesn't want to since it's
pulling it's data from another NSArrayController.
I also tried a "Dummy Entry", but then I'm stuck with the sorting too.
I'm out of ideas, some directions would be greatly appreciated!
What about not using bindings in this particular tableview so that
you can have better control?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden