AutoIt Language Reference (SplashTextOn)
[ KiXtart VBScript Batch AutoIt HTA PowerShell Windows Command Lines Other Command Line Utilities ]SplashTextOn (Function)
Syntax
SplashTextOn ("<title>", "<text>" [, <width> [, <height> [, <x> [, <y> [, <options> [, "<font name>" [, "<font size>" [, "<font weight>"]]]]]]]])
Parameters
title = title for splash window
text = text for splash window
width = width of window in pixels (optional) (default 500)
height = height of window in pixels (optional) (default 400)
x = position from left (in pixels) of splash window (optioal) (default is centered)
y = position from top (in pixels) of splash window (optional) (default is centered)
options = additional options:
0 = Center justified/always on top/with title (default)
1 = Thin bordered titleless window
2 = Without "always on top" attribute
4 = Left justified text
8 = Right justified text
16 = Windows can be moved
font name = font to use (OS default GUI font is used if the font is "" or is not found) (optional)
font size = font size (default is 12) (optional)
font weight = font weight between 0 and 1000 (default: 400 = normal) (optional)
Description
Creates a customizable text popup window
Remarks
To skip an optional parameter, leaving it's default value intact, use:
"" for a string parameters
-1 for a numeric parameters
Also see:
SplashOff SplashImageOn ControlSetText ToolTip
Material derived from AutoIt Help file ©1999-2004 Jonathan Bennett & AutoIt Team
Have a correction, addition or suggestion on this? Please let us know!
Last Edited: 6/14/2004. This page has been viewed 3619 times. Unless otherwise specified, all information is (C) 2004-2007 iTripoli, Inc. All Rights Reserved.
Note: you can view this information right within ASE by right clicking any keyword and selecting "Help..."

iTripoli prides itself on providing top notch customer service
Find answers or open a ticket to ask directly, when opening a ticket we will suggest relavant articles to help you get answers as quickly and accurately as possible. Visit our support center now!



