MATLAB: How to put a guide always on top

guide

Hi,
I need to mantain a guide window always on top. Does anyone knows how to do it? I have tried the program Always on top but has no effect.
Thank you.

Best Answer

Carlos - do you mean that you wish your GUI (created in GUIDE) should always be above any other window (figure, other GUI, etc.)?
Consider using uistack to control the visual stacking order of the objects. It may mean that every new figure that you create (from your GUI?) would have to have a lower order relative to the GUI.