Re: NSTableView willDisplayCell: called on hover
Re: NSTableView willDisplayCell: called on hover
- Subject: Re: NSTableView willDisplayCell: called on hover
- From: Kyle Sluder <email@hidden>
- Date: Tue, 19 Apr 2011 08:02:17 -0700
On Apr 19, 2011, at 7:35 AM, Joshua Garnham <email@hidden> 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: doesn't get called after the window is reopened.
You need to fix your code so that it doesn't care when or how often willDisplayCell: is called. You should not be doing much if any meaningful work in this method.
--Kyle Sluder_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden