AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Show image while script is running

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
stuboo



Joined: 17 Apr 2007
Posts: 22

PostPosted: Sun Aug 02, 2009 10:34 pm    Post subject: Show image while script is running Reply with quote

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
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Sun Aug 02, 2009 11:34 pm    Post subject: Reply with quote

Gui, Add, Picture...
Back to top
jethrow



Joined: 24 May 2009
Posts: 1907
Location: Iowa, USA

PostPosted: Sun Aug 02, 2009 11:41 pm    Post subject: Reply with quote

Perhaps TrayTip or ToolTip:
Code:
TrayTip, , Working ...
WinWait TrayTip ; or whatever window
TrayTip
Return

_________________
Very Happy - in case I forgot to smile
Basic Webpage Controls
COM Object Reference
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Z_Gecko
Guest





PostPosted: Mon Aug 03, 2009 1:59 am    Post subject: Reply with quote

or SplashImage
Back to top
stuboo



Joined: 17 Apr 2007
Posts: 22

PostPosted: Mon Aug 03, 2009 2:33 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group