AndrewSage
2004.08.06, 07:18 AM
I have a window with several controls.
I want to know when any of these controls have been changed.
Using NSNotificationCenter I've managed to detect when a NSTextField has been changed.
Can anyone tell me how to detect when the NSPopUpButton controls have been changed?
I tried observing for the NSPopUpButtonWillPopUpNotification, but that is no good as that only tells you when the mouse button has been pressed down and not released with the new change.
I've spent my lunch time trying to find out about this on the net, but have had no luck and now must return to work :(
I want to know when any of these controls have been changed.
Using NSNotificationCenter I've managed to detect when a NSTextField has been changed.
Can anyone tell me how to detect when the NSPopUpButton controls have been changed?
I tried observing for the NSPopUpButtonWillPopUpNotification, but that is no good as that only tells you when the mouse button has been pressed down and not released with the new change.
I've spent my lunch time trying to find out about this on the net, but have had no luck and now must return to work :(