PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM23] Losing Focus
[WM23] Losing Focus
Started by ARV, Mar., 14 2019 4:28 PM - 1 reply
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on March, 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
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on March, 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