Hi,
I am facing the following problem: I've build a GUI with some buttons. Every button has a script, which should be executed after pressing the corresponding button. I just noticed that each script will be only executed after pressing the button and after clicking on the model view. More precisely, it seems to be necessary that I loose the focus of the GUI and focus instead the model to execute the script.
So my questions are:
1) Is there a command to change the focus from GUI to model view (and also back from model view to GUI)?
Or
2) Is there a way to execute the scripts correctly without changing the focus?
Thanks in advance and nice regards!
Sebastian