Re: Custom NSPredicateEditorRowTemplate with Single Item

2008-05-20 Thread Steven Huey
Peter, On May 19, 2008, at 6:58 PM, Peter Ammon wrote: You're probably receiving this (admittedly opaque) error because you're not implementing the NSCopying protocol. Since a predicate editor can have multiple, identical rows, your templates are copied before their views are added to the

Re: Custom NSPredicateEditorRowTemplate with Single Item

2008-05-19 Thread Peter Ammon
On May 19, 2008, at 12:05 PM, Steven Huey wrote: Hello, I'm trying to create a custom NSPredicateEditorRowTemplate subclass that has a single view, an NSPopUpButton with a single item and am having some trouble. Basically what I'm trying to do is create a predicate like the one in Apple

Custom NSPredicateEditorRowTemplate with Single Item

2008-05-19 Thread Steven Huey
Hello, I'm trying to create a custom NSPredicateEditorRowTemplate subclass that has a single view, an NSPopUpButton with a single item and am having some trouble. Basically what I'm trying to do is create a predicate like the one in Apple Mail when creating a rule for handling e-mail in w