Re: DataSource for NSTableView with ButtonCell

2008-04-02 Thread Randall Meadows
On Apr 2, 2008, at 12:35 AM, Thomas Bartelmess wrote: i've created a NSTableview with Interface Builder. In one of my Collums is a NSButton. I've no idea how to set up the DataSource for this. An NSButton as in a checkbox? I've just recently coded 2 tables with this, so I might be able to

RE: DataSource for NSTableView with ButtonCell

2008-04-02 Thread Gary L. Wade
Try having your NSTableView delegate's method return an NSNumber; that's what I did for the NSSliderCell column in my NSTableView. >Hello List, > >i've created a NSTableview with Interface Builder. In one of my Collums is a >NSButton. I've no idea how to set up the DataSource for this. > >Can an