Configuring the Loading Screen
Summary
- The Loading Screen is displayed when AdapTable is being initiaised
- This screen is fully configurable to match different requirements
The Loading Screen appears while AdapTable is being initialised and everything is being correctly set up.
This is configured using the loadingScreenOptions section of User Interface Options.
The full set of properties, and default values, is:
| Property | Description | Default |
|---|---|---|
| loadingScreenDelay | Delay in ms before Loading Screen appears | 200 |
| loadingScreenText | Text to display in Loading Screen. | 'Retrieving your settings and setting up Grid...' |
| loadingScreenTitle | Title to display in Loading Screen. | 'Initialising Grid' |
| showLoadingScreen | Display Loading Screen when AdapTable initialises | true |
Each of these 4 properties can be configured.
Hint
Set showLoadingScreen to false to never display the Loading Screen