how do I find the contents of a NSSearchField in an array filled with custom objects?
how do I find the contents of a NSSearchField in an array filled with custom objects?
- Subject: how do I find the contents of a NSSearchField in an array filled with custom objects?
- From: "Alan Smith" <email@hidden>
- Date: Thu, 25 May 2006 17:31:04 -0400
Hi,
I have an array filled with objects that each have:
NSString *name
NSString *path
BOOL onOff
I want to use a NSSearchField to find the object(s) that have the
'path' closest to what is in the search field. I've tried comparing
them with a '<' and '>' but that doesn't work. How do I do this?
Thanks, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
_______________________________________________
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