Jump to content

Recommended Posts

Posted

Hi, Is there a way I can make my progressbar stay open for 3 seconds once it reaches 100%

i'm using this at the end of my code. But it just closes

ProgressSet(100, "", "finished")

thanks

Posted

Hi, Is there a way I can make my progressbar stay open for 3 seconds once it reaches 100%

i'm using this at the end of my code. But it just closes

ProgressSet(100, "", "finished")

thanks

ProgressSet() will not close the progress bar. Post your code, so we can see what's wrong or take a look at the help file sample for ProgressSet().

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Posted

Sorry i'm being silly. Worked it out

ProgressSet(100, "", "finished")
sleep(4000)

Just added sleep which kept the progressbar open for roughly 4 seconds. I presume that 4000= 4 seconds?

Posted (edited)

You beat me to it. Thanks anyways. We both posted "A minute ago " haha

So I guess that 3000 = 3 seconds

and if i wanted 30 seconds then that would = 30000

UPDATE

--------

Yep just tested. Thats ideal.

Edited by jben

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...