|
Hello,
I have a GUI made with GUIDE.
One of my callback functions executes a computationally extensive task.
I want this function to interact with other callback functions. Therefore, I store some variables in the 'handles' object. These are altered by clicking buttons in the GUI.
Sometimes the buttons' callback function are executed, sometimes they are not. I believe this is due to the extensive work done by the 'main' callback function.
Is there a way to force execution of callback functions?
Regards,
Christian
|