• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSTableView willDisplayCell: called on hover
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: NSTableView willDisplayCell: called on hover
      • From: Joshua Garnham <email@hidden>
References: 
 >NSTableView willDisplayCell: called on hover (From: Joshua Garnham <email@hidden>)

  • Prev by Date: Re: Find network mounted DVD's
  • Next by Date: Re: Find network mounted DVD's
  • Previous by thread: NSTableView willDisplayCell: called on hover
  • Next by thread: Re: NSTableView willDisplayCell: called on hover
  • Index(es):
    • Date
    • Thread