| View previous topic :: View next topic |
| Author |
Message |
stuboo
Joined: 17 Apr 2007 Posts: 22
|
Posted: Sun Aug 02, 2009 10:34 pm Post subject: Show image while script is running |
|
|
I'm working on an ahk script that will have variable execution time because it opens, manipulates, and uploads files. I'd like to show an image somewhere on the screen that will let the user (me) know that the ahk script is actively working (ex. during WinWait). I'm sure it's possible, but I can't think of how?
What say you?
Thanks,
Ryan _________________ ---
I used AutoHotKey to write this signature crazy fast. |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Sun Aug 02, 2009 11:34 pm Post subject: |
|
|
| Gui, Add, Picture... |
|
| Back to top |
|
 |
jethrow
Joined: 24 May 2009 Posts: 1907 Location: Iowa, USA
|
|
| Back to top |
|
 |
Z_Gecko Guest
|
Posted: Mon Aug 03, 2009 1:59 am Post subject: |
|
|
| or SplashImage |
|
| Back to top |
|
 |
stuboo
Joined: 17 Apr 2007 Posts: 22
|
Posted: Mon Aug 03, 2009 2:33 am Post subject: |
|
|
Thanks! It looks like all of those might work. I supposed I'd have to place them at different points in my script to let the user know the % completion of the script.
I appreciate the help. _________________ ---
I used AutoHotKey to write this signature crazy fast. |
|
| Back to top |
|
 |
|