Re: NSTableView display not being refreshed after a background refresh
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