Re: Array of Preferences

2009-03-18 Thread Frank D. Engel, Jr.
I pulled that down and compared to what I was doing; the only relevant difference was the "Handles Content as a Compound Value" checkbox. Enabling that solved the problem. I'm glad I asked here rather than spending hours reworking the whole thing in code trying to work around this! Thank

Re: Array of Preferences

2009-03-18 Thread Frank D. Engel, Jr.
I'll take a look at that, thank you! On Mar 18, 2009, at 8:52 PM, Steven Riggs wrote: Hey Frank, I have a sample project that stores dictionary objects in user defaults with no code. Check it out: http://idisk.mac.com/steven.riggs-Public?view=web DictionaryInDefaults.zip I hope it helps.

Re: Array of Preferences

2009-03-18 Thread Steven Riggs
Hey Frank, I have a sample project that stores dictionary objects in user defaults with no code. Check it out: http://idisk.mac.com/steven.riggs-Public?view=web DictionaryInDefaults.zip I hope it helps. Steven Riggs http://www.stevenriggs.com On Mar 18, 2009, at 8:14 PM, Frank D. Engel, J

Array of Preferences

2009-03-18 Thread Frank D. Engel, Jr.
I have an interesting puzzle on my hands, hoping someone here can help. I want to store an array of dictionaries as preferences. Each dictionary will have two keys; one is a string which will appear in an NSTableView for identification purposes. My initial approach here was to create an NSA