FROM : Chuck Soper
DATE : Sun Apr 10 23:05:27 2005
Hi Shawn,
Beautiful! Using [myProgressIndicator setUsesThreadedAnimation:YES];
works great. Thank you. And Joannou, thanks for your suggestion too.
Chuck
At 1:48 PM -0700 4/10/05, Shawn Erickson wrote:
>On Apr 10, 2005, at 1:34 PM, Joannou Ng wrote:
>
>>Hi Chuck,
>>
>>The reason your progressIndicator isn't animating is because your
>>time consuming task is freezing the user interface.
>
>That would be the idle way since it would allow the application to
>remain responsive but you can cheat and use
>setUsesThreadedAnimation: likely.
>
>Of course it would be even better to provide actual progress instead
>of using an indeterminate progress bar.
>
>-Shawn
DATE : Sun Apr 10 23:05:27 2005
Hi Shawn,
Beautiful! Using [myProgressIndicator setUsesThreadedAnimation:YES];
works great. Thank you. And Joannou, thanks for your suggestion too.
Chuck
At 1:48 PM -0700 4/10/05, Shawn Erickson wrote:
>On Apr 10, 2005, at 1:34 PM, Joannou Ng wrote:
>
>>Hi Chuck,
>>
>>The reason your progressIndicator isn't animating is because your
>>time consuming task is freezing the user interface.
>
>That would be the idle way since it would allow the application to
>remain responsive but you can cheat and use
>setUsesThreadedAnimation: likely.
>
>Of course it would be even better to provide actual progress instead
>of using an indeterminate progress bar.
>
>-Shawn
| Related mails | Author | Date |
|---|---|---|
| Chuck Soper | Apr 10, 21:45 | |
| Joannou Ng | Apr 10, 22:34 | |
| Shawn Erickson | Apr 10, 22:48 | |
| Chuck Soper | Apr 10, 23:05 | |
| Hamish Allan | Apr 11, 00:25 | |
| Chuck Soper | Apr 11, 02:09 |






Cocoa mail archive

