Re: How do I refresh NSTableView after programmatically changing bindings on a dataCell

2010-07-17 Thread François Beausoleil
Hey Ken, You were absolutely right. I bound NSTableColumn in Interface Builder, so I had to update that binding. I haven't tried to unbind: first, since it works just fine now. Thanks! François Le 2010-07-17 à 06:02, Ken Thomases a écrit : > On Jul 16, 2010, at 10:16 PM, François Beausoleil w

Re: How do I refresh NSTableView after programmatically changing bindings on a dataCell

2010-07-17 Thread Ken Thomases
On Jul 16, 2010, at 10:16 PM, François Beausoleil wrote: > I have an NSPopUpButton which holds the names of keys I want to display in an > NSTableView. A picture is worth a thousand words: > http://skitch.com/francoisb/dc63m/nstableview-redisplay > > I have an action on my controller which rebi