Re: Make NSTextField register changes immediately

2010-10-26 Thread James Walker
On 10/26/2010 12:24 PM, Keary Suska wrote: On Oct 26, 2010, at 1:14 PM, James Walker wrote: I have an NSTextField with its value bound to a numeric property, and I'd like that value to change as soon as any typing occurs, without forcing the user to type enter or tab. Here's what I've tried:

Re: Make NSTextField register changes immediately

2010-10-26 Thread Keary Suska
On Oct 26, 2010, at 1:14 PM, James Walker wrote: > I have an NSTextField with its value bound to a numeric property, and I'd > like that value to change as soon as any typing occurs, without forcing the > user to type enter or tab. Here's what I've tried: > > Check the "Continuous" control att

Make NSTextField register changes immediately

2010-10-26 Thread James Walker
I have an NSTextField with its value bound to a numeric property, and I'd like that value to change as soon as any typing occurs, without forcing the user to type enter or tab. Here's what I've tried: Check the "Continuous" control attribute. No effect. Check "Validates Immediately" on the b