Jump to content

[newbee] How To Create A Gui Showing The Sleep Time


Yann
 Share

Recommended Posts

Hello there,

As said in the title, I am a complete newbie in AutoIt and this is my first post.

I would like to show in a GUI the remaining time before my Sleep function included in a script dies.

Can SO tell me how I can do that.

Thanks in advance for your attention and your time.

Cheers

Yann

Link to comment
Share on other sites

  • Moderators

Well since the 'Sleep()' function actually pauses the script for whatever amount of time you've put in there, you wouldn't be able to update the GUI dynamically.

However, you could make a custom sleep option using TimerInit()/TimerDiff()/and a minimal Sleep (ie.. Sleep(10) or Sleep(100) depending on the original sleep) and probably achieve this.

Edit:

**Typo

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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