Re: [NSTableView] Drag and Drop issues with NSButton in Leopard

2008-09-04 Thread Stéphane Sudre
On Sep 3, 2008, at 12:27 AM, Corbin Dunn wrote: On Sep 2, 2008, at 1:59 PM, Stéphane Sudre wrote: I have some code that works OK on Tiger but does not on Leopard. I have a NSTableView with a column whose data cell is a NSButtonCell subclass. The NSButtonCell is set to be a checkbox/swi

Re: [NSTableView] Drag and Drop issues with NSButton in Leopard

2008-09-02 Thread Corbin Dunn
On Sep 2, 2008, at 1:59 PM, Stéphane Sudre wrote: I have some code that works OK on Tiger but does not on Leopard. I have a NSTableView with a column whose data cell is a NSButtonCell subclass. The NSButtonCell is set to be a checkbox/switchbox. The subclass implements the following metho

[NSTableView] Drag and Drop issues with NSButton in Leopard

2008-09-02 Thread Stéphane Sudre
I have some code that works OK on Tiger but does not on Leopard. I have a NSTableView with a column whose data cell is a NSButtonCell subclass. The NSButtonCell is set to be a checkbox/switchbox. The subclass implements the following method: - (BOOL) trackMouse:(NSEvent *)theEvent inRect:(N