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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to