Re: Programatically Triggering an NSSearchField Search
Re: Programatically Triggering an NSSearchField Search
- Subject: Re: Programatically Triggering an NSSearchField Search
- From: Steve Steinitz <email@hidden>
- Date: Wed, 26 Nov 2008 22:44:06 +1100
Hi Frédéric
I determined that a single method will propagate a
programatically-set NSSearchFieldCell value to its NSArrayController:
[searchfield setStringValue: aSearchString];
[searchfield performClick: self];
Ta-Dum.
Thanks again Frédéric and all the best,
Steve
_______________________________________________
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