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 use > in the real app. In the test app I see 2 buttons on the error sheet.
Probably because the app in which it works displays this message as part of the bindings machinery, specifically NSEditor and NSEditorRegistration. Is it the case that one of your apps uses bindings and the other does not? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
