Jump to content

Splash screen help please


JLC123
 Share

Recommended Posts

I would like this code from the help file to feed TEXT instead of counting numbers. Every way I've tried to acomplish this just keeps overwriting the first line of text rather than adding an additional line. I could just throw up a splash screen with the 10 or 12 lines of text I need, but I want them to appear individually. (PPT style)

$message = ""
SplashTextOn("TitleFoo", $message, -1, -1, -1, -1, 4, "")
For $x = 1 to 20
    $message = $message & $x & @LF
    ControlSetText("TitleFoo", "", "Static1", $message)
    sleep(100)
Next

Two wrongs don't make a right, but three lefts do

Link to comment
Share on other sites

I'm sorry if it sounded like I was complaining, I wasn't. The code I posted works fine, I just couldn't alter it in a way that suited my needs and I was hoping you could, and you could, and you did! Thanks

Two wrongs don't make a right, but three lefts do

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...