Archive: RealProgress problem


RealProgress problem
Hello,
I'm using the RealProgress plugin for more control over my progress bar. My installer does the following (in brief)

RealProgress::GradualProgress /NOUNLOAD 1 1 25 ;this progress works fine
[Download some stuff using InetLoad]

RealProgress::GradualProgress /NOUNLOAD 1 1 25 ;this progress also works fine
[Do some more operations]

RealProgress::GradualProgress /NOUNLOAD 1 1 25 ;this jumps from 50% to 75% instead of gradually moving
File C:\temp\hugefile

The first two progresses work fine - but it does not have the gradual progress behaviour any more the moment I have a File operation.
I also tried using the RealProgress::FileProgress, but to no avail - it still jumps across in an instant after the file is extracted.
Is this a bug or am I missing some setting?

I'm using NSIS 2.28.

Thanks in advance.

Regards
Hrish


I'll look into it soon when I have some time. Been a while since I wrote the plug-in also.

Stu


Thanks!

- Hrish