Re: Little problem with NSFormatter way of working
Re: Little problem with NSFormatter way of working
- Subject: Re: Little problem with NSFormatter way of working
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 15 Oct 2001 12:43:11 +0200
On lundi, octobre 15, 2001, at 12:24 , Stiphane Sudre wrote:
I'm facing a little problem with the NSFormatter stuff.
[...]
Am I missing something or it's a bug ?
I've just found a workaround for this.
calling
[myTextField intValue];
before:
[myTextField setEnabled:NO];
Yet it's still a strange behavior.