Hi everyone,
Since it takes a few seconds to log in to my app, could I connect Linear Progress? How does Linear Progress work?
It is working very well! For further information you can read the documentation of it or search the community.
Dear @Nicola_Imperati,
whether you need time to enter your app, instead of using “linear progress” you can use also the splash screen technique.
That is: you load immediately an image that is shown without delay in the screen1.initialize block, then you start a timer (for example 2 seconds) that cancels the image. In the meanwhile you can let the other blocks to run (for example opening files). When the clock fires, you cancel the splash image, and you can run the rest of the app, which will have reached , in the meanwhile, the raedy condition. The clock elapsing time can be trimmed accordingly to the delay that is needed for your app to load what it needs.
Ciao, Ugo.
(PS. se non sono stato chiaro, te lo riscrivo in Italiano
)
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.