SPLASH - v14
splash off | {t=<text>}
Function
Manage and customize a “splash window” message dialog about the program contents which appears while an Eagle program is loading.
Parameters
|
off |
Remove the Splash from the screen. |
|
|
|
|
<text> |
Optional custom message to display in the Splash window as part of the loading process |
Examples
splash off
splash t=’Loading a cmd file’
Notes
In order to load the splash screen the “SPLASH_WINDOW_ENABLE” entry in the configuration file must be set to “yes” and to close the dialog, once set and loaded, the “splash off” command must be called to remove it from the screen.
It is possible to configure several other options of appearance, including bitmap, time to show custom message and the text type and style. These are explained in detail in the GUI Guide and the Configuration Section.
See also