Re: Simple bindings example

2010-05-14 Thread Quincey Morris
On May 14, 2010, at 00:49, Andrew White wrote: > I have an NSMutableSet of strings. I update the set internally. I want to > display a single column NSTableView with all the current strings in the set. > These strings can (and do) change as the program runs. From a user > perspective, this

Simple bindings example

2010-05-14 Thread Andrew White
I've searched around and I can find sample code for this simple Bindings problem: I have an NSMutableSet of strings. I update the set internally. I want to display a single column NSTableView with all the current strings in the set. These strings can (and do) change as the program runs. Fr