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:

PropertyDescriptionDefault
loadingScreenDelayDelay in ms before Loading Screen appears200
loadingScreenTextText to display in Loading Screen.'Retrieving your settings and setting up Grid...'
loadingScreenTitleTitle to display in Loading Screen.'Initialising Grid'
showLoadingScreenDisplay Loading Screen when AdapTable initialisestrue

Each of these 4 properties can be configured.

Hint

Set showLoadingScreen to false to never display the Loading Screen

Configuring Loading Screen
Fork