Re: Localized decimal point
Re: Localized decimal point
- Subject: Re: Localized decimal point
- From: Marco Binder <email@hidden>
- Date: Wed, 2 Apr 2003 09:28:56 +0200
[myTextField setStringValue:[[NSNumber numberWithDouble:0.45]
stringValue]];
Try [myTextField setDoubleValue:0.45] or if you have an NSNumber then
[myTextField setObjectValue:myNSNumber];
I d expect "0,45" in the GUI now for french systems and "0.45" for
english systems.
Marco
--
|\ /| E-Mail: email@hidden WWW: www.marco-binder.de
| \/ | Telefon: 07531 / 94 19 94 Fax: 07531 / 94 19 92
| |ARCO Snail-Mail: Banater Str. 3 - 78467 Konstanz
BINDER _____________________________________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.