Re: NSPredicateEditorRowTemplate and ANY predicate

2008-07-23 Thread Peter Ammon
On Jul 23, 2008, at 1:58 AM, [EMAIL PROTECTED] wrote: De: [EMAIL PROTECTED] On Jul 22, 2008, at 12:05 PM, Frédéric Testuz wrote: Hello, Is it possible to prepare a row template for a NSPredicateEditor in IB for a predicate like "ANY keyPath == 'aValue'" ? I'm not sure I understand your

Re: NSPredicateEditorRowTemplate and ANY predicate

2008-07-23 Thread [EMAIL PROTECTED]
>De: [EMAIL PROTECTED] > >On Jul 22, 2008, at 12:05 PM, Frédéric Testuz wrote: > >> Hello, >> >> Is it possible to prepare a row template for a NSPredicateEditor in >> IB for a predicate like "ANY keyPath == 'aValue'" ? >> > >I'm not sure I understand your question. How is this different than

Re: NSPredicateEditorRowTemplate and ANY predicate

2008-07-22 Thread Peter Ammon
On Jul 22, 2008, at 12:05 PM, Frédéric Testuz wrote: Hello, Is it possible to prepare a row template for a NSPredicateEditor in IB for a predicate like "ANY keyPath == 'aValue'" ? I'm not sure I understand your question. How is this different than just a normal OR type compound predic

NSPredicateEditorRowTemplate and ANY predicate

2008-07-22 Thread Frédéric Testuz
Hello, Is it possible to prepare a row template for a NSPredicateEditor in IB for a predicate like "ANY keyPath == 'aValue'" ? Otherwise I found this : If I can't do it in IB, I think it will be the simplest solution : - (N