Re: Make text field set value even if apparently unchanged

2011-04-14 Thread Jonathan Taylor
On 14 Apr 2011, at 13:45, Mike Abdullah wrote: > > Bindings will not do this for you. Instead, hook your controller up to the > text field's action, which will be sent every time the user hits return. Thanks very much, that's working nicely. Requires a few more outlets etc to be set up, but I g

Re: Make text field set value even if apparently unchanged

2011-04-14 Thread Mike Abdullah
Bindings will not do this for you. Instead, hook your controller up to the text field's action, which will be sent every time the user hits return. On 14 Apr 2011, at 13:24, Jonathan Taylor wrote: > I haven't managed to work out how to get the behaviour I want from my > interface, and I'm hopin

Make text field set value even if apparently unchanged

2011-04-14 Thread Jonathan Taylor
I haven't managed to work out how to get the behaviour I want from my interface, and I'm hoping somebody can help me out. It may be that I am misusing my interface elements, but any suggestions would be welcome. What I believe I want is for the appropriate setXXX method to be called when I pres