Re: NSPredicateEditorRowTemplate and templateView delegates

2008-04-28 Thread Peter Ammon
On Apr 28, 2008, at 8:12 AM, Jim Turner wrote: I've a NSPredicateEditor with some basic popup-popup-view style templates (where the view is a NSTextField). I am attempting to set the text field's delegate to one of my objects so I can be notified when the control text changes. Everything appe

NSPredicateEditorRowTemplate and templateView delegates

2008-04-28 Thread Jim Turner
I've a NSPredicateEditor with some basic popup-popup-view style templates (where the view is a NSTextField). I am attempting to set the text field's delegate to one of my objects so I can be notified when the control text changes. Everything appears to be setup correctly except my controlTextDidC