AutoHotkey Community

It is currently May 26th, 2012, 9:24 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: August 2nd, 2009, 11:34 pm 
Offline

Joined: April 17th, 2007, 7:36 pm
Posts: 22
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2009, 12:34 am 
Gui, Add, Picture...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2009, 12:41 am 
Offline
User avatar

Joined: May 24th, 2009, 5:35 am
Posts: 2099
Location: Iowa, USA
Perhaps TrayTip or ToolTip:
Code:
TrayTip, , Working ...
WinWait TrayTip ; or whatever window
TrayTip
Return

_________________
Image
Recommended: AutoHotkey_L
Basic Webpage Controls


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2009, 2:59 am 
or SplashImage


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2009, 3:33 am 
Offline

Joined: April 17th, 2007, 7:36 pm
Posts: 22
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.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, wolverineks and 61 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group