Re: Binding to an array of NSStrings stored in an application's preferences

2009-07-29 Thread Quincey Morris
On Jul 29, 2009, at 19:58, Graham Cox wrote: I'm not sure I've fully followed your question, since I'm not as up with bindings as you are, but I'm just wondering: have you overlooked the fact that @"self" is a valid keypath or keypath component? If the array holds strings and you are bindin

Re: Binding to an array of NSStrings stored in an application's preferences

2009-07-29 Thread Rob Keniger
On 30/07/2009, at 8:15 AM, A B wrote: I have an application where I'd like to store an editable set of keywords by way of the preferences controller. Easy, right? Unfortunately, for the life of me I can't figure out how to do it. I set up an array controller and point it to the shared p

Re: Binding to an array of NSStrings stored in an application's preferences

2009-07-29 Thread Graham Cox
On 30/07/2009, at 8:15 AM, A B wrote: Without those, what keypath do I use in the NSTableView I have set up to facilitate manipulation of that list? I'm not sure I've fully followed your question, since I'm not as up with bindings as you are, but I'm just wondering: have you overlooked

Binding to an array of NSStrings stored in an application's preferences

2009-07-29 Thread A B
OK, I'm feeling really REALLY stupid for asking this question, but I've managed to stump myself so hard that I doubt I have the proper detachment to figure out the answer for myself any more. My apologies in advance... I have been playing around with bindings for a while now and LOVE them. Tha