Re: Threading - How its done?
Re: Threading - How its done?
- Subject: Re: Threading - How its done?
- From: Karl von Moller <email@hidden>
- Date: Tue, 6 May 2008 21:19:51 +1000
Yes I tried that only moments ago. I actually went to the trouble of
completely rebuilding the Application again by not using Threads.
Instead I'm calling everything from the main thread as it were -
directly. The application is pretty solid and function without
crashes. I also got rid of the progress indicator as I'm now dubious
on those also. In the Non thread version, the Progress Indicators
slowed the app down considerably.
Cheers
Karl
On 06/05/2008, at 9:10 PM, Michael Vannorsdel wrote:
Try changing your thread detaching to just calling the method
directly so it's in the same thread, lets make sure it's a threading
issue and not something else.
_______________________________________________
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