Re: CFPreferences and init: a possible reason?

2008-10-27 Thread Ken Thomases
On Oct 27, 2008, at 8:08 PM, Adam Penny wrote: I am able to write The contents of my one NSTextField to the plist with CFPreferencesSetAppValue, it's writing the two arrays that is the sticking point. When I try to do CFPreferencesSetAppValue for the array(s) I get an EXC_BAD_ACCESS raised

CFPreferences and init: a possible reason?

2008-10-27 Thread Adam Penny
Forgive me if I'm sounding like a broken record, but after a day experimenting with different approaches based on ideas that came up yesterday, I'm pretty confident that everything is sound as far as my controller class is concerned. I've been mulling this problem over and wanted to put my