 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
bonzybuddy
Joined: 13 Sep 2008 Posts: 3
|
Posted: Mon Sep 15, 2008 7:00 am Post subject: Help with "Transparent Scrolling Text" |
|
|
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 |
|
 |
Dra_Gon
Joined: 25 May 2007 Posts: 315
|
Posted: Mon Sep 15, 2008 3:07 pm Post subject: |
|
|
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 . 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 .
Ciao,
Dra'Gon _________________
For a good laugh {hopefully} >> megamatts.50megs.com
My WritersCafe profile>>
http://www.writerscafe.org/writers/BlueDragonFire/ |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Mon Sep 15, 2008 4:00 pm Post subject: |
|
|
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 |
|
 |
jhfire Guest
|
Posted: Sat Oct 11, 2008 10:31 pm Post subject: |
|
|
| OMG thanks, dude. I just needed the background trans for my text. Thanks again! |
|
| Back to top |
|
 |
Bonzybuddy88 Guest
|
Posted: Sun Oct 19, 2008 3:24 am Post subject: Yes it is |
|
|
| 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 . 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 .
Ciao,
Dra'Gon |
Yes, i m talking abt that line at d top. now what frnds?????????plz genius bussies help. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|