PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [wm20-android] app keep crash when close()
[wm20-android] app keep crash when close()
Iniciado por guest, 18,nov. 2015 04:07 - No hay respuesta
Publicado el 18,noviembre 2015 - 04:07
Hi,

I have strange problem with one "not maximized" window . it intermittent crash the whole program when close.

the process in the window is download data from server and update to local db sqlite . after done auto close .


i manage resolved it by adding Multitask(100) before Close()

anyone encounter same issue ?