Filtering NSTableView core data
Filtering NSTableView core data
- Subject: Filtering NSTableView core data
- From: Rex Fernando <email@hidden>
- Date: Tue, 25 Jul 2006 00:36:08 -0500
Hello,
I have a core data application where I need to be able to filter a
NSTableView according to the name attribute, which is a string, and
the body attribute, which is rtfd data. I can filter according to
name just fine by making an NSPredicate and setting the filter
predicate of the array controller that is bound to the table view to
the predicate that I created. The problem is making a string from
each element's rtfd data, and filtering by that, too. Does anyone
know how to do this?
Thanks in advance
_______________________________________________
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