Re: iTableView and subclassing NSTableView

2009-02-16 Thread Corbin Dunn
This sample is very outdated. It sounds like you are trying to use a source list but targeting the Leopard (10.5) SDK. Is that correct? I'm assuming this because the cell doesn't implement: - (NSUInteger)hitTestForEvent:(NSEvent *)event inRect:(NSRect) cellFrame ofView:(NSView *)controlVie

Re: iTableView and subclassing NSTableView

2009-02-13 Thread Jerry Krinock
On 2009 Feb 13, at 18:31, Stephen Zyszkiewicz wrote: The problem is that the checkboxes within the table are not being unchecked/checked. Yes, that was rather surprising. I pounded on my mouse a few times. Do I need to implement a keydown event in SourceListTableView? If so, how do I do

iTableView and subclassing NSTableView

2009-02-13 Thread Stephen Zyszkiewicz
I am trying to use Matt Gemmell's iTableView (Source List and Colored Checkboxes): http://mattgemmell.com/source It includes a SourceListTableView subclass of NSTableView. The problem is that the checkboxes within the table are not being unchecked/checked. Do I need to implement a keydown