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