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 

OnScreen Display

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
green_seacow



Joined: 04 Mar 2004
Posts: 7

PostPosted: Mon Mar 08, 2004 2:45 pm    Post subject: OnScreen Display Reply with quote

I don't know how difficult this is to implement but anyway. I think it could be useful to be able to show a message overlayed on the screen with some kind of information. This could be green centered text appearing just above the taskbar. The command could be something like:

ShowOnScreen, This is a test 123

What do you think?

Regards, Peter
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Mon Mar 08, 2004 3:01 pm    Post subject: Reply with quote

You could use WinMove to reposition the SplashTextOn window. I use this to create a tiny window in the upper-right corner of the screen that contains some changing status info.

I also create only the title bar of the splash window (by making the height parameter blank or zero), so it's very small and doesn't interfere with anything.

But perhaps you had something semi-transparent in mind? If so, maybe the above idea is a good workaround until that can be done. I wonder if an existing window could be made transparent via a simple command, such as WinTransparent, 50 ; 50%
Back to top
View user's profile Send private message Send e-mail
green_seacow



Joined: 04 Mar 2004
Posts: 7

PostPosted: Mon Mar 08, 2004 5:11 pm    Post subject: Reply with quote

Yea that sounds like a decent workaround. I found an example to show what I meant originally at:

http://www.codeproject.com/w2k/forecast.asp?df=100&forumid=13553&fr=26

Just looks kind of cool me thinks Wink

Regards,
Peter
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List 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