[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to get an indeterminate progress indicator to work?
From: |
Sašo Kiselkov |
Subject: |
How to get an indeterminate progress indicator to work? |
Date: |
Thu, 07 Jul 2005 12:18:13 +0200 |
User-agent: |
Internet Messaging Program (IMP) 3.2.5 |
Hi.
I'm having trouble getting an indeterminate progress indicator to work. I do:
[progress setIndeterminate: YES];
[progress startAnimation: self];
... some work here which does make the run loop spin, so
timers do get fired normally ...
[progress stopAnimation: self];
Somehow, however, I don't see any change on the progress indicator (even its
looks don't change, even if I set it to be indeterminate in Gorm).
Can anybody help me with this?
Regards
Saso