Count of records in an NSArrayController when associated NSTableView is filtered
Count of records in an NSArrayController when associated NSTableView is filtered
- Subject: Count of records in an NSArrayController when associated NSTableView is filtered
- From: Darren Wheatley <email@hidden>
- Date: Tue, 15 Mar 2011 20:55:09 +0000
- Thread-topic: Count of records in an NSArrayController when associated NSTableView is filtered
Hi,
I have an NSTableView bound to an NSArrayController.
I would like to have a dashboard onscreen that shows counts of the data
based on field values in the entity, e.g.:
all records
records with active = Y
records with updated = Y
records with updated = N
Is it possible to bind these values individually to the same
NSArrayController? FYI, I have a set of filters on fields on the
NSTableView that filter out some of the records for the user.
If not, could anyone tell me how I can implement the type of real time
counts described above please? I have Googled and read my books but can't
work out the answer.
Thanks
Darren.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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