• 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: [NSOutlineView reloadData]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [NSOutlineView reloadData]


  • Subject: Re: [NSOutlineView reloadData]
  • From: j o a r <email@hidden>
  • Date: Thu, 8 Jan 2009 11:49:25 -0800


On Jan 8, 2009, at 11:07 AM, David Blanton wrote:

My error ... I thought reloadData was asynchronous!


It all depends on what you're after. Display updates are almost always delayed in Cocoa, meaning that the outline view will not show updated contents after your call to reloadData. All views will be redisplayed at the end of the current event loop. This leads to less "flickering", and less redundant redrawing.

Like I said in my last reply to you: We can't really help you before you tell us what you're *really* trying to do.

j o a r


_______________________________________________

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: [NSOutlineView reloadData]
      • From: David Blanton <email@hidden>
References: 
 >[NSOutlineView reloadData] (From: David Blanton <email@hidden>)
 >Re: [NSOutlineView reloadData] (From: j o a r <email@hidden>)
 >Re: [NSOutlineView reloadData] (From: David Blanton <email@hidden>)

  • Prev by Date: A custom cell in a NSOutlineView
  • Next by Date: Re: [NSOutlineView reloadData]
  • Previous by thread: Re: [NSOutlineView reloadData]
  • Next by thread: Re: [NSOutlineView reloadData]
  • Index(es):
    • Date
    • Thread