help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to get an indeterminate progress indicator to work?


From: diablos
Subject: How to get an indeterminate progress indicator to work?
Date: Thu, 07 Jul 2005 14:22:50 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.3)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]