Re: Load an NSTableView with a separate thread
Re: Load an NSTableView with a separate thread
- Subject: Re: Load an NSTableView with a separate thread
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 7 Mar 2006 15:30:37 -0700
On Mar 7, 2006, at 3:25 PM, malcom wrote:
before [pool release] of my thread function (invoked using
deteachNewThread...). However it not works well and while sometimes
the list shows to me correctly, other times nothing has showed (and I
need to scroll the list to realod the gui...a sort of redraw problem).
Where is the error?
You must call -reloadData in the main thread.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden