09-10-2018 01:25 PM
Hi,
I have an application I am working on, its a keyboard of booleans buttons that when pressed insert the associated text in a display control box. That works fine.
What I want is to have another control box,when the user click into this control the text goes into this box,when they click into the other control the text goes in there.
Sounds simple enough but my problem is with keyfocus. They click into control 1 and keyfocus on that control is true,but then its lost because they press the booleans on the keyboard and any code based on the control having keyfocus doesnt work as intended.
I did investigate was it possible to disable keyfocus on the other booleans as a solution but that does not appear possible.
Any ideas gratefully received.
Solved! Go to Solution.
09-10-2018 03:10 PM
Can a mod delete please I got it done in a much simpler way ..no need for keyfocus .
09-10-2018 03:10 PM
Here's some idea, might not be the smartest way... but it might help.
09-10-2018 03:27 PM
That code is exactly what I was looking for Thank you!