Re: acceptsFirstMouse with NSTableView

2008-09-02 Thread Ron Wagner
On Sep 2, 2008, at 11:45 AM, Corbin Dunn wrote: On Sep 1, 2008, at 8:41 PM, Ron Wagner wrote: I am trying to get an NSTableView to change it's selection when clicking on one if it's cells when it's window is not active. I have subclassed NSTableView, overridden acceptsFirstMouse: and re

Re: acceptsFirstMouse with NSTableView

2008-09-02 Thread Corbin Dunn
On Sep 2, 2008, at 2:20 AM, Bill Cheeseman wrote: on 2008-09-01 11:41 PM, Ron Wagner at [EMAIL PROTECTED] wrote: I am trying to get an NSTableView to change it's selection when clicking on one if it's cells when it's window is not active. I have subclassed NSTableView, overridden acceptsFir

Re: acceptsFirstMouse with NSTableView

2008-09-02 Thread Corbin Dunn
On Sep 1, 2008, at 8:41 PM, Ron Wagner wrote: I am trying to get an NSTableView to change it's selection when clicking on one if it's cells when it's window is not active. I have subclassed NSTableView, overridden acceptsFirstMouse: and return YES unconditionally, and verified that it is g

Re: acceptsFirstMouse with NSTableView

2008-09-02 Thread Bill Cheeseman
on 2008-09-01 11:41 PM, Ron Wagner at [EMAIL PROTECTED] wrote: > I am trying to get an NSTableView to change it's selection when > clicking on one if it's cells when it's window is not active. I have > subclassed NSTableView, overridden acceptsFirstMouse: and return YES > unconditionally, and veri

acceptsFirstMouse with NSTableView

2008-09-01 Thread Ron Wagner
I am trying to get an NSTableView to change it's selection when clicking on one if it's cells when it's window is not active. I have subclassed NSTableView, overridden acceptsFirstMouse: and return YES unconditionally, and verified that it is getting called. Can't seem to get it to change b