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 

Help with "Transparent Scrolling Text"

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



Joined: 13 Sep 2008
Posts: 3

PostPosted: Mon Sep 15, 2008 7:00 am    Post subject: Help with "Transparent Scrolling Text" Reply with quote

Hey guys , i found script from this forum for scrolling text i have modified it to get it Transparent. but there is bug at top of it, i found nothig wrong in script. plz test and help guys. thnk u.
Code:

ScrollText =
(


AutoHotkey is a free, open-source utility for Windows.

With it, you can:

Automate almost anything by sending keystrokes and mouse
clicks. You can write macros by hand or use the macro recorder.

Create hotkeys for keyboard, joystick, and mouse. Virtually any
key, button, or combination can become a hotkey.

Expand abbreviations as you type them. For example, typing "btw"
can automatically produce "by the way".

Create custom data entry forms, user interfaces, and menu bars.

Remap keys and buttons on your keyboard, joystick, and mouse.

Respond to signals from hand-held remote controls via the WinLIRC
client script.

Run existing AutoIt v2 scripts and enhance them with new capabilities.

Convert any script into an EXE file that can be run on computers
that don't have AutoHotkey installed.



)

Gui, Margin, 0,0
Gui +LastFound
GUI_ID:=WinExist()
Gui, -Caption +AlwaysOnTop -Border
Gui, Color, EEAA99
WinSet, TransColor, EEAA99

Gui, Margin, 0, 0
Gui, Font,cgray s12 Bold, Verdana

Gui, Add, Text, x41 y41 c808080 BackGroundTrans, % ScrollText
Gui, Add, Text, x40 y40 c000000 BackGroundTrans, % ScrollText

Gui,Show, AutoSize Hide, Animated Splash Window - Demo

DllCall("AnimateWindow","UInt",GUI_ID,"Int",20000,"UInt","0x40008")
DllCall("AnimateWindow","UInt",GUI_ID,"Int",20000,"UInt","0x50008")
ExitApp
 

Back to top
View user's profile Send private message Send e-mail
Dra_Gon



Joined: 25 May 2007
Posts: 315

PostPosted: Mon Sep 15, 2008 3:07 pm    Post subject: Reply with quote

Cool script! If you're talking about that line at the top, I can't see anything in the script that would produce it. The only thing I can think of is to try to get another at the bottom and "pretend" that's what you wanted Laughing. Maybe someone else can figure it out.

Thanks for bringing this to my attention anyway. Sooner or later I'll incorporate it into something or other Wink .

Ciao,
Dra'Gon
_________________

For a good laugh {hopefully} >> megamatts.50megs.com

My WritersCafe profile>>
http://www.writerscafe.org/writers/BlueDragonFire/
Back to top
View user's profile Send private message Send e-mail
SKAN



Joined: 26 Dec 2005
Posts: 6264

PostPosted: Mon Sep 15, 2008 3:12 pm    Post subject: Reply with quote

Dra_Gon wrote:
Cool script!


More examples: How to Animate a GUI Window ?

Smile
_________________
Back to top
View user's profile Send private message
engunneer



Joined: 30 Aug 2005
Posts: 6847
Location: Pacific Northwest, US

PostPosted: Mon Sep 15, 2008 4:00 pm    Post subject: Reply with quote

I tried mucking about with winset, region, but could only get the black bar to move lower in the text. I think it has to do with the animate commands and the transparent background.
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
jhfire
Guest





PostPosted: Sat Oct 11, 2008 10:31 pm    Post subject: Reply with quote

OMG thanks, dude. I just needed the background trans for my text. Thanks again!
Back to top
Bonzybuddy88
Guest





PostPosted: Sun Oct 19, 2008 3:24 am    Post subject: Yes it is Reply with quote

Dra_Gon wrote:
Cool script! If you're talking about that line at the top, I can't see anything in the script that would produce it. The only thing I can think of is to try to get another at the bottom and "pretend" that's what you wanted Laughing. Maybe someone else can figure it out.

Thanks for bringing this to my attention anyway. Sooner or later I'll incorporate it into something or other Wink .

Ciao,
Dra'Gon


Yes, i m talking abt that line at d top. now what frnds?????????plz genius bussies help.
Back to top
Display posts from previous:   
Post new topic   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