Re: Newbie delegate question regarding NSTable willDisplayCell

2009-03-25 Thread Quincey Morris
On Mar 25, 2009, at 08:53, Todd Fantz wrote: I have a NSTable bound to an object and have written delegate methods in the object for numberOfRowsInTableView and objectValueForTableColumn and those are being called as expected no problem. I am trying to color rows/cells based on the data in

Newbie delegate question regarding NSTable willDisplayCell

2009-03-25 Thread Todd Fantz
Howdy, I am a bit new to ObjectiveC and XCode so please forgive me if I am using incorrect terms in describing my problem. I have a NSTable bound to an object and have written delegate methods in the object for numberOfRowsInTableView and objectValueForTableColumn and those are being call