Re: Getting started with NSTableView

2008-11-07 Thread Andrew Merenbach
On Nov 7, 2008, at 8:37 AM, Benjamin Dobson wrote: Hi all, I'm trying to use an NSTableView for the first time. I've got a four- column table view set up in IB, and class files for the dataSource as follows: // snipped .m: @implementation FetchHighscores - (IBAction)fetchResults:(id)sen

Getting started with NSTableView

2008-11-07 Thread Benjamin Dobson
Hi all, I'm trying to use an NSTableView for the first time. I've got a four- column table view set up in IB, and class files for the dataSource as follows: .h: @interface ShowResults : NSObject { IBOutlet id theTable; @private NSMutableArray *finalData;