NSStepper and NSTextField changes
NSStepper and NSTextField changes
- Subject: NSStepper and NSTextField changes
- From: Brad Oliver <email@hidden>
- Date: Thu, 12 Dec 2002 17:13:06 -0600
In my app, I have close to a hundred NSTextField/NSStepper combos which
basically manage a bunch of number inputs.
I need to be notified when the text field changes, so I've set the delegate
of all these fields to handle controlTextDidChange. This works fantastic
when the user types in new numbers, and I can act appropriately.
However, if the text field does not have focus and the user clicks on the
stepper, I never get notified that the text field changes.
Is there a smooth way to solve this, or do I need to write a lot of code to
deal with each one of these steppers?
--
Brad Oliver
email@hidden
_______________________________________________
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.