NSArrayController filtering

2009-10-01 Thread Russell Gray
I am implementing filtering in an array of NSDictionaries. I have it connected in bindings, and I can successfully return searches of the keys in the top level NSDictionary. I would like to however return search results from a sub dictionary. does this make sense?, and is it possible? Russ

NSSearchField and NSArrayController filtering

2008-04-11 Thread Thomas Backman
Hi everybody, I've got a small app with two tableviews; one with iTunes playlists, and one with the tracks in the selected playlist. (Just doing this to learn) I added a NSSearchField to the program, but can't get it to work. Am I right that it's meant to be possible to, with 0 lines of co