I have two methods in the main thread that I call from the worker
using performSelector, etc. The method for updating the progress bar
for example looks like this:
Your calls to "-setNeedsDisplay:" and "-display" are basically
mutually exclusive. You should typically not call "-display" directly.
This is a pretty simple app and I don't have time to dive into
performance tools to discover why a single thread in a 10-page app
isn't doing what it's advertised to do.
I don't think you're saving any time by not learning how to use the
performance tools.
j o a r
_______________________________________________
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