Re: NSNumberFormatter + nil values

2012-09-14 Thread Jerry Krinock
On 2012 Sep 14, at 05:35, Markus Spoettl wrote: > Does anyone know what may be causing this? Do I really need to remove the old > number formatter and re-attach a new one? I'd like to avoid that because if > possible as I have a large number of those and the UI to set it up is > painfully unh

NSNumberFormatter + nil values

2012-09-14 Thread Markus Spoettl
Hi, I'm having some trouble with a number formatter that I can't make sense of: I have 2 NSTextFields bound to 2 NSNumber properties in my model. Both text fields have NSNumberFormatters attached to them. One of the text fields will cause an alert when an attempt is made to clear the field,