Workbench User Guide : 8. Generating Frames from Predefined Templates : The splash_screen Template : How You Can Call a Splash Screen Frame
 
Share this page                  
How You Can Call a Splash Screen Frame
To display the splash screen frame when your application begins, add a callframe statement to the initialize script of your main application frame. For example:
callframe My_Splash_Screen;
You can override the default application name, version number, and display time when you open the splash screen frame by adding appname, version, and delay parameters to your callframe statement, as follows:
callframe My_Splash_Screen(appname =
          'My_Application', version = '2.0 Beta' delay = 3.0);