Re: Custom cell with Bindings having strange prints in NSTableView

2008-02-28 Thread Kyle Sluder
On Wed, Feb 27, 2008 at 8:55 AM, Miguel Coxo [EMAIL PROTECTED] wrote: Hello, i have a binding setup in IB like this: http://mt15.quickshareit.com/share/picture1f06b0.png where the cellData is a function in the class CPDownload: - (id) cellData { return self; } This means [[foo

Custom cell with Bindings having strange prints in NSTableView

2008-02-27 Thread Miguel Coxo
Hello, i have a binding setup in IB like this: http://mt15.quickshareit.com/share/picture1f06b0.png where the cellData is a function in the class CPDownload: - (id) cellData { return self; } Then there is the CPDownloadQueue that has a NSArray with CPDownloads, and updates them like this:

Re: Custom cell with Bindings having strange prints in NSTableView

2008-02-27 Thread Miguel Coxo
I have found the reason for the strange print: [super drawInteriorWithFrame: cellFrame inView: controlView]; was left there from a previous version, i still have the random crashes ... On Wed, Feb 27, 2008 at 1:55 PM, Miguel Coxo [EMAIL PROTECTED] wrote: Hello, i have a binding setup in IB