PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM23] Losing Focus
[WM23] Losing Focus
Iniciado por ARV, 14,mar. 2019 16:28 - 1 respuesta
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 14,marzo 2019 - 16:28
Hi all

The problem I'm having it's because I add some new things on my window.
I have an edit, and the user can write on it.

When the user have the focus on the edit and it's writing, sometimes I update the window, when this is happening the user will lose the focus of the edit and then the window it's refresh.

theres a way windev doesn't do that?
To be able to update the window and do not lose the focus of my edit?

also the way I updated my windows it's with a thread and a Main thread (because the thread cannot control items to show to the user).

Thanks!

--
Best Regards
ARV
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 14,marzo 2019 - 18:43
Hi all

I solve it

I was set in a focus while I was Updating the info on my window, so I end up finding the solution.

Thanks!

--
Best Regards
ARV