• 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
Re: NSPredicateEditor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSPredicateEditor


  • Subject: Re: NSPredicateEditor
  • From: Chris <email@hidden>
  • Date: Thu, 26 Jun 2008 00:19:58 +1000


Cool.

Now I notice that if you manually plug in a complex predicate like "a = b or c = d and e = f", that it is capable of displaying it correctly.

Do you know if there is any way to allow the user to create more complex expressions? By default it only seems to allow either AND or OR, but not both from the user, even though the machinery seems to know how to display things more complex.



On 25/06/2008, at 11:57 PM, Jim Turner wrote:

On Wed, Jun 25, 2008 at 1:08 AM, Chris <email@hidden> wrote:
Let's say I create a NSPredicateEditor and it looks like this:

--------------------
[All] of the following are true:
--------------------
[Name] equals [         ]
-------------------

So the user enters say "Fred" and the predicate returned is "Name == Fred".

Later on, I reload that predicate into the NSPredicateEditor and it looks
like this:


--------------------
[Name] equals [ Fred ]
-------------------

But now there is no option to change it to say:

[Some] of the following are true:

because that line isn't shown.

How do I make that line reappear the next time?

By default, the NSPredicateEditor object in IB creates a compound predicate. Wrap your "Name == Fred" predicate in a compound predicate before reloading it in the editor and the Any/All/None row should return.

--
Jim
http://nukethemfromorbit.com

_______________________________________________

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


  • Follow-Ups:
    • Re: NSPredicateEditor
      • From: Peter Ammon <email@hidden>
References: 
 >NSPredicateEditor (From: Chris <email@hidden>)
 >Re: NSPredicateEditor (From: "Jim Turner" <email@hidden>)

  • Prev by Date: Is it possible for several NSURLConnection instances to share one delegate?
  • Next by Date: Re: Newbie question: error in creating a NSData object using handle (Resource Management)
  • Previous by thread: Re: NSPredicateEditor
  • Next by thread: Re: NSPredicateEditor
  • Index(es):
    • Date
    • Thread