Dear sirs,
in the "on preload" event of a Screen I have to perform several time consuming tasks that as a conseguence changes the "look" of the screen itself.
What happens now is that then the user reaches this screen during the installation, the screen is not clearly drawn for at least a second (the time needed by "on preload" to perform all the tasks)
and then it refreshes to the correct status.
Is there a way to prevent this? I tried putting in the "on preload" a call to Dialog.TimedMessage but it simply waits for the amount of time but in the meantime it does not continue executing the other
funcion call.
Thanks in advance
Filippo
in the "on preload" event of a Screen I have to perform several time consuming tasks that as a conseguence changes the "look" of the screen itself.
What happens now is that then the user reaches this screen during the installation, the screen is not clearly drawn for at least a second (the time needed by "on preload" to perform all the tasks)
and then it refreshes to the correct status.
Is there a way to prevent this? I tried putting in the "on preload" a call to Dialog.TimedMessage but it simply waits for the amount of time but in the meantime it does not continue executing the other
funcion call.
Thanks in advance
Filippo
Comment