• 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 display not being refreshed after a background refresh
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView display not being refreshed after a background refresh


  • Subject: Re: NSTableView display not being refreshed after a background refresh
  • From: "I. Savant" <email@hidden>
  • Date: Mon, 12 Feb 2007 10:49:20 -0500


Of course you can also try this:

[view performSelector:@selector(reloadData) withObject:nil afterDelay: 0];

  ... which will reload the table data in the next runloop.

--
I.S.


On Feb 12, 2007, at 10:34 AM, Daniel Jalkut wrote:

On Jan 31, 2007, at 6:46 PM, Martin van-Eerde wrote:
I have tried [view reloadData], [window update], [window display], [window flushWindow] and [window makeKeyAndOrderFront], none of which seem to refresh table view.

This might not solve the problem, but of all the things you tried, I'm surprised [view setNeedsDisplay] and [view display] were not among them.


--------------
Daniel Jalkut
http://www.red-sweater.com/blog/



_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
40gmail.com


This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


References: 
 >Re: NSTableView display not being refreshed after a background refresh (From: Daniel Jalkut <email@hidden>)

  • Prev by Date: Re: NSTableView display not being refreshed after a background refresh
  • Next by Date: How to set scheduling in NSThread based application
  • Previous by thread: Re: NSTableView display not being refreshed after a background refresh
  • Next by thread: How to set scheduling in NSThread based application
  • Index(es):
    • Date
    • Thread