HyperWorks Tools

::hwat::widgets::Splash

::hwat::widgets::Splash

Previous topic Next topic No expanding text in this topic  

::hwat::widgets::Splash

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::widgets::Splash - Presents a splash screen for a limited time on the screen.

 

SYNTAX

Splash str_imageURL {n_delayTime}

 

ARGUMENTS

str_imagePath

Path to an image file. Can be either a local path or located on an intra/Internet site (via http://).

n_delayTime

OPTIONAL time argument, in seconds, argument for the time that the splash screen should be visible.  5 seconds is the default.

 

Returns

After command lookup on success, TCL_ERROR on failure.

 

Example

::hwat::widgets::Splash [file join C:/Altair hw6.1x17 hw tcl hwt images splashscreen6.gif];

 

Comments

The caller should "catch" any errors thrown by this command.  This command will return immediately on both success and failure.  If you need to block operations, you must explicitly wait after calling this command.

 

See also

Widgets