Re: Bindings only working in one direction

2009-06-23 Thread Fred Kiefer
Andy Balholm wrote: The bindings in my Company Info window are supposed to be read-write, but they can only read the data from the model. Changes to the text in the fields do not change the model. I tried taking the bindings out of the NIB and binding the fields programmatically instead, and

Re: Bindings only working in one direction

2009-06-23 Thread Andy Balholm
In Cocoa, the action seems to be sent when the control loses focus or Enter is pressed, regardless of whether the value has actually changed. In Interface Builder, I made a window with two text fields and a slider. Each text field's action is set to takeIntegerValueFrom: and its target is

Bindings only working in one direction

2009-06-22 Thread Andy Balholm
Thank you for your work on that bug. Now I have another one. The bindings in my Company Info window are supposed to be read-write, but they can only read the data from the model. Changes to the text in the fields do not change the model. I tried taking the bindings out of the NIB and