Binding: NSSearchField doesn't appear to work
Binding: NSSearchField doesn't appear to work
- Subject: Binding: NSSearchField doesn't appear to work
- From: "Frederick C. Lee" <email@hidden>
- Date: Mon, 16 Jan 2006 16:10:23 -0800
I'm a binding-predicate neophyte.
I've connected a NSSearchField to a working NSArrayController and am
trying to make it work.
Data (name field):
"One"......."Seven"...."ZZZ".
I assume that when I enter a search pattern string, that the table
would highlight the match.
I enter 'ZZZ' and nothing happens.
The following is my setup. The only predicate is: "name like $value".
... am I missing something?
Ric.
[NSSearchField] -----------------> [MapArrayController]
Attributes: 'Enabled', 'Search whole search string'.
Binding:
Values: <-- disconnected. -- no need to populate/
effect the name field.
predicate = filterPredicate.name[MapArrayController
(NSArrayController)]
Predicate Format: "name like $value"
------------------------
[Map Entity File]
name (string)
image (transient)
imageData (binary)
_______________________________________________
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