PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → App is Not Responding
App is Not Responding
Débuté par GS ICT, 16 fév. 2024 11:34 - 2 réponses
Posté le 16 février 2024 - 11:34
Hi

We are using HTTPsendform . The function works but if the mobile signal is flaky, we get a message "App is not responding" and have to continuously click "Wait" for the App to complete. It does eventually complete. We are sending photos.

We have tried checking the signal by timing a test message but we keep running into this issue.

Is there an elegant way to avoid this and let the app continue without erroring out?
Posté le 12 mars 2024 - 12:15
I am getting the same issue.

We have tried multiple solutions, but no luck

Any idea on how to solve this?
Membre enregistré
7 messages
Posté le 19 mars 2024 - 12:33
i think you should use ThreadExecute or ParallelTaskExecute. This way it will send the photos in the background not blocking the app.

https://doc.windev.com/en-US/…
https://doc.windev.com/en-US/…