JSup - Forlani

JSup preloaded windows (Bozza)

The Preloaded windows function allows to increase the application responsiveness link when new windows are displayed for the first time (from the application runtime start).

To select which windows will be preloaded on application startup open the Application properties dialog and click on the Preloaded wins button.

The preload of the selected windows starts after the Home windows are displayed (see Application properties).
It is performed as a background process link and the user can use/change the active windows (even if the new window is not yet preloaded: it will be loaded normally).

The progress of the preload process can be monitored with the system tags $WindowPreloadProgress (an integer percentage of the windows already preloaded).

The window preload feature is active only when the application starts directly in runtime (and not by switching from edit mode to runtime).

Note that modal windows have to be reloaded each time they are displayed, so it is useless to include them in the preloaded windows.

You can bypass the Preloaded windows selection with two properties of JSup.cfg file:


Use the Preloaded windows function to improve the end-user JSup experience.