FinalVersion Posted March 22, 2010 Posted March 22, 2010 When I run this the text doesn't appear, I looked at the documentation, it says the font and the size are optional so I don't know. Splash("Test Splash", 2) Func Splash($sText, $iDelay = 1) SplashTextOn("", $sText, 802, 22, 0, 630, 5) Sleep($iDelay * 1000) SplashOff() EndFunc [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
somdcomputerguy Posted March 22, 2010 Posted March 22, 2010 I had to change the 22 to 42 to make the window tall enough to display the text in it. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
FinalVersion Posted March 22, 2010 Author Posted March 22, 2010 Simple, thanks. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now