PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Compiled application display "not responding" when long process being executed
Compiled application display "not responding" when long process being executed
Débuté par Sebastien H, 12 jan. 2022 10:12 - 1 réponse
Posté le 12 janvier 2022 - 10:12
Hi,

I need to process a long loop to modify data.
During this loop the application shows "not responding in the title" but is actually working ok.
I guess I need to give the hand to windows to tells all is OK, but I cannot find a command for it.

Any clue? maybe something like a pause, or a refresh?

thx in advance

Sebastien
Membre enregistré
54 messages
Popularité : +2 (2 votes)
Posté le 14 janvier 2022 - 10:41
Hi Sebastien,
try to insert

Multitask(-1)


in a point (start or end) of your long loop

Hope this helps
Andrea