Re: indeterminate progress bar animation and CALayer-backed sibling view

2011-02-09 Thread Quincey Morris
On Feb 9, 2011, at 08:52, Michael Hanna wrote: > In stage 1, the progress bar won't animate as indeterminate("barber > pole") unless I set -usesThreadedAnimation:YES. After the CALayer > backed view animates in stage 2, the progress bar never animates > indeterminately in stage 5. 'usesThreadedAn

indeterminate progress bar animation and CALayer-backed sibling view

2011-02-09 Thread Michael Hanna
Hi all. I have a sheet which has a horizontal progress bar, and two Core Animation backed views. The sequence of events are as such: 1 progress bar animates indeterminate 2 CALayer-backed view animates 3 progress bar animates determinate 4 CALayer-backed view stops animating 5 progress bar animate