NSPredicateEditorRowTemplate
NSPredicateEditorRowTemplate
- Subject: NSPredicateEditorRowTemplate
- From: Chris <email@hidden>
- Date: Fri, 4 Jul 2008 17:07:15 +1000
I have a custom view in a NSPredicateEditorRowTemplate. It seems like
the NSPredicateEditor isn't aware when I change the state of the
custom view, because when I ask it for the predicate it just returns
the old one without even calling predicateWithSubPredicates on my
template. I'm guessing that NSPredicateEditor installs some kind of
callback on the components and needs to know when they change, but
being inexperienced with Cocoa, I'm not sure what it might be or how
to implement it. I tried calling sendActionTo: with the action on the
custom component when it changes, but that didn't seem to help.
_______________________________________________
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