Re: Need help with simple progress bar



On Fri, 30 Jun 2006 09:36:50 -0500, john wrote:

Why is my progress bar displayed only after it's reached 100%?

It's not, it just looks like that. Add this delay loop to the setPercent()
function:

for(j=0;j<75000;j++);

Rich
.