I've got a textfield with number formatter which is bound to a variable with Cocoa bindings. There's also a stepper which I've bound to the same variable to increment the value, I've used an NSLog to test and it works great.
My problem is: Whenever I type a number into the box the variable isn't updated unless i hit enter. How does NSTextBox know when the user is finished entering? Is there a way to dynamically update the variable after every digit entered?
Many thanks
Rich