Hide determinate progress indicator?

retrotron

thinking is design
I have a determinate progress indicator with -setDisplayedWhenStopped:NO. The indicator starts out hidden, then appears when in use, but when it reaches its max value, it doesn't disappear. It just stays visible (the animation has stopped). Anybody know how to make sure it gets hidden when its finished?
 
I've noticed a lot of redraw issues with Apple's classes lately. Try doing an explicit [indicatorName drawRect:[indicatorName frame]]; and see if it refreshes it.
 
Back
Top