Re: Force NSTextField to update (and transform)

2009-06-29 Thread Michał Glenc
Hi, Thanks for the advice. I was using bindings just to create a simple application. I found a simple workaround for this problem. I added an IBAction in controller, which handles value change in ComboBox. When user picks up a currency, a message to the transformer is sent in order to set th

Re: Force NSTextField to update (and transform)

2009-06-28 Thread mmalc Crawford
On Jun 26, 2009, at 5:37 AM, Michał Glenc wrote: I'm a beginner in Cocoa world and I have some problems with bindings, NSValueTransformer etc. Cocoa bindings is not a beginner technology. You are encouraged to gain some experience with Cocoa before using bindings. My application perform

Force NSTextField to update (and transform)

2009-06-28 Thread Michał Glenc
Hi, I'm a beginner in Cocoa world and I have some problems with bindings, NSValueTransformer etc. My application performs basic currency transforming. I have two NSComboBoxes (where I change currency) and two NSTextFields. Everything works fine, the values get transformed. However, when I