PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM23] Losing Focus
[WM23] Losing Focus
Iniciado por ARV, mar., 14 2019 4:28 PM - 1 resposta
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em março, 14 2019 - 4:28 PM
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
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em março, 14 2019 - 6:43 PM
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