NSSearchField searching on a table
NSSearchField searching on a table
- Subject: NSSearchField searching on a table
- From: TACKEL <email@hidden>
- Date: Tue, 19 Aug 2003 17:52:52 +0100
Hi,
I'm trying to code an small app with a table and a search field to search in real time,
similar to iTunes search, but using the new NSArrayController and NSSearchField
included in Panther xCode.
What I'm not able to do is to implement the instant search. I think I need to subclass
NSArrayController to overwrite arrageObjects methods but doing it so I won't be able to
use IB bindings to assign the tablecolumns values to the arrayController.
Any idea?
Thanks,
Tackel.
PS - Sample code accepted
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.