Auto Threading of NSProgressIndicator
Auto Threading of NSProgressIndicator
- Subject: Auto Threading of NSProgressIndicator
- From: email@hidden
- Date: Mon, 19 Aug 2002 14:08:06 +0200
I've done a little test with the AutoTheading feature that Quartz does
when running a NSProgressIndicator.
When creating a NSProgressIndicator cirlce(wheel?) and sending the
startAnimation:self it spawns a thread for itself. OK, this is great,
it won't block the GUI, but wait after sending the stopAnimation:self
to the same NSProgressIndicator it stops as it is supposed to do but
the thead doesn't exit and waits until the application exits. Doesn't
this waste resources?
Erick
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.