Core Data, Bindings, NSSearchField, and NSPopUpButton
Core Data, Bindings, NSSearchField, and NSPopUpButton
- Subject: Core Data, Bindings, NSSearchField, and NSPopUpButton
- From: Steve Mykytyn <email@hidden>
- Date: Fri, 12 Sep 2008 18:09:47 -0700
I'm displaying a list of 100,000 or so global locations in an
NSTableView, using an NSSearchField to help the user zero in on
desired locations by street address, city, state, country, etc. It
all works fine using Core Data plus bindings. And best of all no
interface code...
It would be handy to add an NSPopupButton with the list of countries
to optionally restrict the search to a specific country while looking
for a city name in the searchfield, say. Can't seem to find any
relevant examples of this kind of thing with Core Data + Bindings,
where two interface items are controlling the search. I prefer to
keep the interface code to zero if possible.
Suggestions on where to look or how to proceed?
_______________________________________________
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