Which window is "on top"?
Mostrar comentarios más antiguos
I have a program what actively interacts with the user. In one part of my software, I want to know if a specific window is "on top". How do I find that out?
Respuestas (1)
Walter Roberson
el 28 de Jul. de 2025
get(groot,'CurrentFigure')
However, I do not know at the moment whether CurrentFigure includes figures whose handle visibility is set off; handle visibility off is the default for uifigure()
1 comentario
Don
el 29 de Jul. de 2025
Movida: Walter Roberson
el 30 de Jul. de 2025
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!