Re: tooltips not firing on first try

2011-06-24 Thread Rick C.
Sure thing Corbin thanks! On Jun 24, 2011, at 11:48 PM, Corbin Dunn wrote: > Hi rick, > It sounds like you are reporting a different issue than what Lee Ann was > talking about, but the work arounds may also solve your issue too. > > If you can reproduce it, ideally package up a test app that

Re: tooltips not firing on first try

2011-06-24 Thread Corbin Dunn
Hi rick, It sounds like you are reporting a different issue than what Lee Ann was talking about, but the work arounds may also solve your issue too. If you can reproduce it, ideally package up a test app that makes it happen and attach it to a bug report. Or, if that is not possible, just includ

Re: tooltips not firing on first try

2011-06-23 Thread Rick C.
I'll try to play with this a bit more using your suggestions. My issue is I click a button and a panel with the tableview launches, and if my mouse if over where that tableview launches the tooltips will not show. Even if I scroll around to different areas of the tableview the tooltip will not

Re: tooltips not firing on first try

2011-06-22 Thread Lee Ann Rucker
On Jun 22, 2011, at 4:00 PM, Corbin Dunn wrote: > > On Jun 22, 2011, at 2:15 AM, Lee Ann Rucker wrote: > >> Possibly Radar 5847161 - Tooltip on NSTableView does not appear on newly >> selected cell >> >> Summary: >> If an NSTableView has a delegate that implements >> tableView:toolTipForCel

Re: tooltips not firing on first try

2011-06-22 Thread Corbin Dunn
rame and back in; it is only called after we get a new tracking area entered message. corbin > > It didn't, because the tracking areas hadn't changed. The bug's still open. > > - Original Message - > From: "Rick C." > To: "Cocoa-Dev

Re: tooltips not firing on first try

2011-06-22 Thread Lee Ann Rucker
iginal Message - From: "Rick C." To: "Cocoa-Dev User list" Sent: Wednesday, June 22, 2011 1:07:35 AM Subject: tooltips not firing on first try Hi again, I have used the delegate method tableView:toolTipForCell:rect:tableColumn:row:mouseLocation: and it's working f

tooltips not firing on first try

2011-06-22 Thread Rick C.
Hi again, I have used the delegate method tableView:toolTipForCell:rect:tableColumn:row:mouseLocation: and it's working fine except on first try. So for example I click a button which launches a panel with my tableview and I move my mouse to hover over a cell and no tooltip. Now if I scroll