FROM : Chris
DATE : Wed Jun 25 08:08:38 2008
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?
DATE : Wed Jun 25 08:08:38 2008
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?
| Related mails | Author | Date |
|---|---|---|
| Chris | Jun 25, 08:08 | |
| Jim Turner | Jun 25, 15:57 | |
| Chris | Jun 25, 16:19 | |
| Peter Ammon | Jun 25, 22:12 | |
| Chris | Jun 26, 04:27 | |
| Kyle Sluder | Jun 26, 14:53 | |
| Peter Ammon | Jun 27, 02:09 | |
| Chris | Jun 27, 03:48 | |
| Peter Ammon | Jul 4, 01:30 |






Cocoa mail archive

