Re: Simple Core Data Binding Question: NSTextField to Integer attribute

2008-02-22 Thread Adam P Jenkins
On Feb 22, 2008, at 9:55 AM, mmalc crawford wrote: On Feb 22, 2008, at 1:34 AM, Adam P Jenkins wrote: On Feb 22, 2008, at 12:03 AM, Chris Schmitt wrote: I am sure this is easy and I am just missing something, but I want to bind my integer attribute to an NSTextField. The data is display

Re: Simple Core Data Binding Question: NSTextField to Integer attribute

2008-02-22 Thread mmalc crawford
On Feb 22, 2008, at 1:34 AM, Adam P Jenkins wrote: On Feb 22, 2008, at 12:03 AM, Chris Schmitt wrote: I am sure this is easy and I am just missing something, but I want to bind my integer attribute to an NSTextField. The data is displayed correctly, but after I update the value in the tex

Re: Simple Core Data Binding Question: NSTextField to Integer attribute

2008-02-22 Thread Adam P Jenkins
On Feb 22, 2008, at 12:03 AM, Chris Schmitt wrote: I am sure this is easy and I am just missing something, but I want to bind my integer attribute to an NSTextField. The data is displayed correctly, but after I update the value in the text field and try to save the changes back to my mode

Simple Core Data Binding Question: NSTextField to Integer attribute

2008-02-21 Thread Chris Schmitt
I am sure this is easy and I am just missing something, but I want to bind my integer attribute to an NSTextField. The data is displayed correctly, but after I update the value in the text field and try to save the changes back to my model. I get an error saying that the update failed try