Re: Number formatter errors

2015-04-01 Thread Shane Stanley
On 2 Apr 2015, at 3:41 am, Sean McBride wrote: > > Do you have 'validates immediately' on? No -- I didn't actually have a binding at that stage, which is why I wasn't seeing the result I expected. I'd missed the fact that bindings were the driver of the error dialog. -- Shane Stanley __

Re: Number formatter errors

2015-04-01 Thread Sean McBride
On Wed, 1 Apr 2015 13:33:15 +1100, Shane Stanley said: >I start a new project, then drag a text field with attached number >formatter into the window. I set the formatter's minimum to 0 and >maximum to 1. I run, then enter 3 and hit return. I get a beep, but no >error dialog. Yet I have existing p

Re: Number formatter errors

2015-03-31 Thread Shane Stanley
On 1 Apr 2015, at 1:33 pm, Shane Stanley wrote: > > I'm sure I'm missing something simple, but it's escaping me. Yep. Bindings. -- Shane Stanley ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderat

Number formatter errors

2015-03-31 Thread Shane Stanley
I start a new project, then drag a text field with attached number formatter into the window. I set the formatter's minimum to 0 and maximum to 1. I run, then enter 3 and hit return. I get a beep, but no error dialog. Yet I have existing projects where a dialog appears. I'm sure I'm missing some