From: Silvia Appendino on
hello everybody,
I figured out how to keep a GUI in front of the rest (using GUIDE). You have to go in the property inspector and set WindowStyle to modal.
In my case the GUI callback opens a simulink model and sets parameters in there: is it possible to make this occur BEHIND the gui figure? because when the model opens it goes in top of it!
moreover, gui callback creates a waitbar during opening and parameter setting of model: how do I put this on top of the gui figure?

thanks for hints!
silvia