Re: NSTableView "sometimes" doesn't repaint on reloadData:?
Re: NSTableView "sometimes" doesn't repaint on reloadData:?
- Subject: Re: NSTableView "sometimes" doesn't repaint on reloadData:?
- From: marc hoffman <email@hidden>
- Date: Sun, 31 Aug 2008 01:06:58 +0200
Andrew,
Greetings, Marc,
I've seen this behavior when calling -reloadData from a thread other
than the main thread. Is it possible that that's happening in your
case?
i'm only ever changing the data in response to an action received from
a UI element - a search box or a menu item selection. those should be
triggering safely in the main thread, shouldn't they? i'll try to
insert some debugging code to emit the thread, just to make sure.
thanx,
marc
_______________________________________________
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