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
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