Re: NSTableView stops updating.....
Re: NSTableView stops updating.....
- Subject: Re: NSTableView stops updating.....
- From: Graham Cox <email@hidden>
- Date: Tue, 25 Aug 2009 14:00:48 +1000
On 25/08/2009, at 4:14 AM, tarek wrote:
From that thread I call [tableView reloadData]
Try calling this on the main thread. I think reloadData marks the
table view as needing display, and that should be done on the main
thread.
[tableView performSelectorOnMainThread:@selector(reloadData)
withObject:nil waitUntilDone:NO];
--Graham
_______________________________________________
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