Re: User Preferences Causing Application to Crash

2008-05-06 Thread Patrick Altman
That did the trick! Thanks. On May 6, 2008, at 2:10 PM, John Stiles wrote: I'm going to guess that your preferences window is set to release-on- close. This can be set in Interface Builder; check the Inspector for this window and make sure that checkbox is not set. ___

Re: User Preferences Causing Application to Crash

2008-05-06 Thread John Stiles
I'm going to guess that your preferences window is set to release-on-close. This can be set in Interface Builder; check the Inspector for this window and make sure that checkbox is not set. Patrick Altman wrote: I am very new to cocoa development but a rather seasoned software engineer in gen

User Preferences Causing Application to Crash

2008-05-06 Thread Patrick Altman
I am very new to cocoa development but a rather seasoned software engineer in general. I am attempting to get a handle on how user preferences work in the context of the NSUserDefaultsController and Bindings. I follow the steps outlined here: http://developer.apple.com/cocoa/cocoabindings.h