PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Compiled application display "not responding" when long process being executed
Compiled application display "not responding" when long process being executed
Started by Sebastien H, Jan., 12 2022 10:12 AM - 1 reply
Posted on January, 12 2022 - 10:12 AM
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
Registered member
54 messages
Popularité : +2 (2 votes)
Posted on January, 14 2022 - 10:41 AM
Hi Sebastien,
try to insert

Multitask(-1)


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

Hope this helps
Andrea