Re: Localized number formatting
Re: Localized number formatting
- Subject: Re: Localized number formatting
- From: Ivan C Myrvold <email@hidden>
- Date: Tue, 26 Jul 2005 18:21:34 +0200
But it doesn't. Sorry for the confusion, but what I wrote in my first
post was what happened in my compiled application. In my case, every
time I puch in a number greater than 1000, the text field is blanked
out, and the console message about attempting to insert nil value is
written to the console. Weird.
Ivan
Den 26. jul. 2005 kl. 17:54 skrev Charilaos Skiadas:
On 26. jul. 2005, at 09.13, Ivan C Myrvold wrote:
I am trying to use the formatter in IB, formatting according to
our norwegian format. I attach the NSNumberFormatter to an
NSTextField, and click on the row with a $ and two decimal places.
I now click on "Localize", and gets this: kr #,##0.00
It doesn't look right in the sample field. In norwegian format, we
use a space as a 1000 separator, and comma for separating the
digits and decimal digits. If I type 1064, I want to have it
formatted to "kr 1 064,00". But if I try to type that into the
field, I get a console message:
Don't worry about the sample field. Just run the app, it should
look fine. I just tried it and it worked as you expected it to.
2005-07-26 16:09:02.169 Partos[2699] *** -[NSCFDictionary
setObject:forKey:]: attempt to insert nil value
If I try to type a number under 1000, it gets formatted OK (500 is
formatted as "kr 500,00").
Is this a bug in Cocoa? I am using XCode 2.0, but also had the
same behaviour in earlier versions.
Ivan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40math.uchicago.edu
This email sent to email@hidden
Haris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden