jimmer 0 Posted February 6, 2005 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 Share this post Link to post Share on other sites
phillip123adams 0 Posted February 6, 2005 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 Share this post Link to post Share on other sites
zcoacoaz 0 Posted February 6, 2005 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] Share this post Link to post Share on other sites