• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Binding: NSSearchField doesn't appear to work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Binding: NSSearchField doesn't appear to work
      • From: Corbin Dunn <email@hidden>
  • Prev by Date: Re: C++/ObjC Distributed Objects
  • Next by Date: Re: [Core Data] Improve save performance ?
  • Previous by thread: Re: C++/ObjC Distributed Objects
  • Next by thread: Re: Binding: NSSearchField doesn't appear to work
  • Index(es):
    • Date
    • Thread