Re: NSTableView willDisplayCell: called on hover

2011-04-19 Thread Corbin Dunn
; Cc: "cocoa-dev@lists.apple.com" > Sent: Tue, 19 April, 2011 16:02:17 > Subject: Re: NSTableView willDisplayCell: called on hover > > On Apr 19, 2011, at 7:35 AM, Joshua Garnham > wrote: > >> So my question really is, why does willDisplayCell: get called after

Re: NSTableView willDisplayCell: called on hover

2011-04-19 Thread Joshua Garnham
r To: Joshua Garnham Cc: "cocoa-dev@lists.apple.com" Sent: Tue, 19 April, 2011 16:02:17 Subject: Re: NSTableView willDisplayCell: called on hover On Apr 19, 2011, at 7:35 AM, Joshua Garnham wrote: > So my question really is, why does willDisplayCell: get called after a 3 sec > hove

Re: NSTableView willDisplayCell: called on hover

2011-04-19 Thread Kyle Sluder
On Apr 19, 2011, at 7:35 AM, Joshua Garnham wrote: > So my question really is, why does willDisplayCell: get called after a 3 sec > hover, is this a bug? and is there anyway around it? It probably gets called to draw the tooltip expansion cell. If there is a bug here, it's that willDisplayCell

NSTableView willDisplayCell: called on hover

2011-04-19 Thread Joshua Garnham
I've been doing some custom drawing in the tableView:willDisplayCell:forTableColumn:row: and from this realized that if you hover over a row in the table view for about 3 seconds then it will call willDisplayCell: again. What's even more odd is that if I close the window and reopen it and ho