NSProgressIndicator and _heartBeatThread
NSProgressIndicator and _heartBeatThread
- Subject: NSProgressIndicator and _heartBeatThread
- From: Stephane <email@hidden>
- Date: Wed, 7 Feb 2007 18:12:15 +0100
If you set a NSProgressIndicator to run the indeterminate animation
in a separate thread (with setUsesThreadedAnimation:), a secondary
thread is created and it periodically calls [NSUIHeartBeat
_heartBeatThread:].
Let's say you then turn off the animation and remove the
ProgressIndicator from the window contents, this second thread is
still running.
Would there be a way to stop this secondary thread?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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