Hi all,
I feel like this should be a fairly simple line of python, but I can’t for the life of me figure it out.
In a nutshell, I am having users of my interface enter text into a text comp, and what I am looking for is a line of code to de-focus the text comp after they are done entering text.
As far as I can tell, there are any number of ways to remove focus from editing the text comp: you can press the return key, or the tab key, or mouse click off of the comp itself to de-focus. But I am looking for a line of code that I can add to a button press to automate this action.
If possible, I would like to avoid having to import an external python library.
Thanks for advising!!!