I'm using cocoa for the first time (i'm using it through MonoMac), so I'm having problems understanding how I can do this: I have some text fields with some data binded to it (using Cocoa bindings, and a Object Controller), the problem is that I want to making changes in those textfields saved only when I press a button, but I can't figure how I can do this, as for now when I change the text in a textfield those changes are automatically commited when I leave the textfield..
Any ideas?
Thanks