NSSearchField with bindings: how to get notifications
NSSearchField with bindings: how to get notifications
- Subject: NSSearchField with bindings: how to get notifications
- From: Romain Brestac <email@hidden>
- Date: Fri, 23 Jun 2006 11:36:51 +0200
Hello,
I have a NSSearchField using the multi-values predicate binding:
predicate, predicate2, predicate3 are bound to the filterPredicate of
an ArrayController.
I would like to be notified when a menu item changes its state so I
set the delegate of the searchMenuTemplate of the NSSearchFieldCell
to my controller object.
I tried to get back the notification in - (void)itemChanged:(id
<NSMenuItem>)anObject but nothing happens.
Does anybody know why and how I can get the menu item selection when
using bindings ? Thanks.
Romain.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden