Kyle, thanks for that, but it's not exactly what I'm talking about. I
was aware of this issue. Maybe I can explain better. Consider these
steps:
1) Create a NSTableView and apply a NSNumberFormatter to it with 10.4+
specified.
2) Run the application.
3) Enter 3 in the cell and press enter.
When I do this, I get an error that the number does not match the
format specified. I have to return to the cell and enter the value as
3%. If I change the version to 10.0+ and then enter 3, it happily
applies the % to the entered value so that it conforms to the
specified format. What I'd like to know is why this difference happens
and if I use 10.4+, is there a graceful way to handle these errors
other than the sheet that pops up by default? I guess I just don't
understand why 10.4+ won't simply add the % to an entered value but
10.0+ does.