Re: About NSNumberFormatter
Re: About NSNumberFormatter
- Subject: Re: About NSNumberFormatter
- From: Nobu <email@hidden>
- Date: Tue, 19 Feb 2002 00:57:40 +0900
On 2002.02.18, at 16:51, Nobu wrote:
Hello, ALL.
I have no idea.
How to set/reset Minimum&Maximum values to NSTextField with
NSNumberFormatter from Objective-C program.
What should I do first?
I found it's method.
[ [ [ aTextField cell ] formatter ] setMinimum :
[ [ [ NSDecimalNumber alloc ] initWithString :
[ NSString localizedStringWithFormat:@"%d", aMINIMUM_VALUE ] ]
Is this Correct?
--
Nobu Yamazaki
_______________________________________________
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.