| showSystemSplashScreen |
([String text [, Object background [, Object foreground [, int canexit]]]]) |
yoix.system |
| |
Shows the system splash screen near the center of the display.
text,
if supplied and not
NULL
(the default), should be a relatively short string that will be displayed
by the splash screen.
The
background
and
foreground
arguments can be
NULL
(the default) or any object accepted by the
getRGBColor
builtin (e.g., a
Color,
String
that is a color name or hex representation of rgb components, or an
int),
and are used as the foreground and background colors in the splash screen.
The application will be terminated if
canexit
is non-zero and the user dismisses the splash screen.
By default
canexit
is
0,
however a system splash screen shown via the
--splash
command line option (use
-?
or
--info
to get a summary of command line options) will terminate the application
if that screen is dismissed.
|
Yoix is a registered trademark of AT&T Inc.
|