Hi Martin,
Yes, that's right.
More generally, any changes to the popups after calling
setRowTemplates: are likely to be futile. This is because the real
popup buttons displayed in an NSPredicateEditor are not the same popup
buttons returned from your NSPredicateEditorRowTemplate's -
temp
Peter,
Thanks for your response (I was hoping you would notice my post :-).
My interpretation of your response is as follows:
1- Cocoa bindings are not supported for popup views that are used in a
NSPredicateRowtemplate, even if I am careful to make sure that the
view is re-bound (via copyWi
On May 22, 2009, at 9:37 AM, Martin Stanley wrote:
I've finally got the hang of NSPredicateEditor and custom
NSPredicateEditorRowTemplates. (It sure took a while and many, many
searches and head-scratchings). However, I am stuck on one thing and
I suspect that the problem might lie in the
I've finally got the hang of NSPredicateEditor and custom
NSPredicateEditorRowTemplates. (It sure took a while and many, many
searches and head-scratchings). However, I am stuck on one thing and I
suspect that the problem might lie in the NSPredicateEditor code
itself; hence this post.
He