NSStepper problems
NSStepper problems
- Subject: NSStepper problems
- From: Kirk Kerekes <email@hidden>
- Date: Fri, 30 Aug 2002 18:37:37 -0500
I have checked mamasam on this, got nothing revelatory.
I have a NSTextField (with formatter) and and a NSStepper cross-linked
via their targets, so that the NSTextField gets a takeIntValueFrom
message when the stepper changes, and vice-versa.
The problem is that when the stepper changes the NSTextField's value,
NSControlTextDidChange is _not_ posted or sent to the NSTextField's
delegate. It _is_ sent when values are typed into the NSTextField.
So how do I tell when the stepper has changed the value?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.