Jump to content

SplashTextOn


jimmer
 Share

Recommended Posts

Ok, I have no idea how SplashTextOn works. Is there a way to add 4 buttons onto the window? Just simple ones with text in the center. If there is, please explain.

$message = ""
SplashTextOn("TitleFoo", $message, 140, 140, -1, -1, 1, "", 12)
For $x = 1 To 7
$message = $message & $x & @LF
ControlSetText("TitleFoo", "", "Static1", $message)
sleep(100)
Next
Link to comment
Share on other sites

Ok, I have no idea how SplashTextOn works. Is there a way to add 4 buttons onto the window? Just simple ones with text in the center. If there is, please explain.

SplashTextOn is for the display of temporary informational text. It is not for buttons or any other type of input. For buttons see the GUI Reference section of the help file.

Phillip

Link to comment
Share on other sites

btw you need the beta autoit found here

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

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...