"Select All" first in table view
"Select All" first in table view
- Subject: "Select All" first in table view
- From: Micha Fuhrmann <email@hidden>
- Date: Thu, 10 May 2007 15:49:10 +0200
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!
Micha
_______________________________________________
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