help-gnustep
[Top][All Lists]
Advanced

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

Re: How to get an indeterminate progress indicator to work?


From: Fred Kiefer
Subject: Re: How to get an indeterminate progress indicator to work?
Date: Thu, 07 Jul 2005 19:44:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414

diablos@manga.sk wrote:
> 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?
> 

It not your fault that you don't see anything. The indeterminate
progress bar is still missing in GNUstep. There even was an
implemenatation that somebody developed on Cocoa and donated to GNUstep,
but this did require two backend functions missing at that time. One of
them should now be there and I am (theoretically) working on the second
one. I will try to dig up the old code...

Fred




reply via email to

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