GUI Edit field (Text) will not write when "select windows when the mouse moves over them"
Mostra commenti meno recenti
I am developing GUI with matlab appdesigner on linux.
However, if enable Windows selection "select windows when the mouse moves over them" in linux's "window preferences" setting,
it can not write in the Edit Field of the GUI. ( does not response to keyboard input )
If you disable "select windows when the mouse moves over them," I can write in the Edit Field.
I want to write edit on the GUI. What's the problem?
Is this a linux compatibility issue?
p.s develope to GUI using "guide", it's okay. but there is a problem using "appdesigner"..
Risposte (1)
Song-Hyun Ji
il 24 Ago 2023
1 voto
The behavior of the option 'Select windows when the mouse moves over them' is called focus-follows-mouse. MATLAB does not support the "Focus Follows Mouse" options on Linux/Unix systems.
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!