French number localization problem
French number localization problem
- Subject: French number localization problem
- From: Michael <email@hidden>
- Date: Wed, 16 May 2007 19:32:07 +0200
Hello,
I have a problem with an edit field used for numbers if the
application is running on a French Max OS 10.4.9. The edit field
formatter is configured like this:
Positive: #,##0.00
Zero: 0,00
Negative: -#,##0.00
"Localize" and "Add 1000 Separators" are switched on.
Everything works fine if the number is not larger than 999. If the
number is 1000 or above I see this message on the log:
... setNilValueForKey: could not set nil as the value for the key
height.
Looks as if the number is "converted" to a nil value. If I run the
same app under an English or a German system or if I switch off the
number formatter this problem does not occur.
Any ideas?
Thank you for your help,
Michael
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden