Re: KVV and the missing Discard Changes button

2008-07-15 Thread Scott Anguish
On 14-Jul-08, at 7:36 PM, Steve Green wrote: It is not the case.. they both use bindings but in the case where I only see 1 button, the NSTextField and bindings are created programatically. Neither bind through controllers. why? (NS*)Controller(s) are very important, especially in

Re: KVV and the missing Discard Changes button

2008-07-15 Thread Steve Green
On Jul 15, 2008, at 1:41 PM, Quincey Morris wrote: On Jul 15, 2008, at 09:51, Steve Green wrote: On Jul 15, 2008, at 3:15 AM, Scott Anguish wrote: On 14-Jul-08, at 7:36 PM, Steve Green wrote: It is not the case.. they both use bindings but in the case where I only see 1 button, the

Re: KVV and the missing Discard Changes button

2008-07-15 Thread Kyle Sluder
Nope.. same options. Validation works great it's just that I don't get the Cancel Change button in one of the apps. Does the app missing the button have a custom view or field in the binding? --Kyle Sluder ___ Cocoa-dev mailing list

Re: KVV and the missing Discard Changes button

2008-07-15 Thread Steve Green
On Jul 15, 2008, at 4:01 PM, Kyle Sluder wrote: Nope.. same options. Validation works great it's just that I don't get the Cancel Change button in one of the apps. Does the app missing the button have a custom view or field in the binding? No.. they are both NSTextFields directly bound

KVV and the missing Discard Changes button

2008-07-14 Thread Steve Green
Developers, In several of my applications I use key value validation. In one of my applications in particular, the error sheet that gets displayed only has the OK button. In the other apps, I see the OK button as well as a Discard Changes button. I'm sure I must be overlooking

Re: KVV and the missing Discard Changes button

2008-07-14 Thread Kyle Sluder
On Mon, Jul 14, 2008 at 12:58 PM, Steve Green [EMAIL PROTECTED] wrote: I'm sure I must be overlooking something simple, but I just can't figure out how to get the Discard Changes button to appear in that one app. Any clues would be greatly appreciated. Create a recovery attempter and add it

Re: KVV and the missing Discard Changes button

2008-07-14 Thread Steve Green
On Jul 14, 2008, at 1:42 PM, Kyle Sluder wrote: On Mon, Jul 14, 2008 at 12:58 PM, Steve Green [EMAIL PROTECTED] wrote: I'm sure I must be overlooking something simple, but I just can't figure out how to get the Discard Changes button to appear in that one app. Any clues would be greatly

Re: KVV and the missing Discard Changes button

2008-07-14 Thread Kyle Sluder
On Mon, Jul 14, 2008 at 2:40 PM, Steve Green [EMAIL PROTECTED] wrote: I did see that as a possible solution but I'm not sure why it's necessary in one app and it's not necessary in another. I've created a test project with a single text field that's bound to the exact same model object that I