how to close the previous app window when I have closed the current app window?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi
I have a question; How can I close my previous app window automatically when the current window is closed meaning when I have deleted the current app by using delete (app) function?
Thanks
0 comentarios
Respuestas (1)
Walter Roberson
el 19 de Nov. de 2023
With difficulty.
toolbox/matlab/uitools/uicomponents/components/+matlab/+ui/+internal/+controller/+platformhost/CEFFigurePlatformHost.m is an example of utility functions that have logic to track which windows are active and go back to the previous window when a window is deleted. It is not straight-forward.
0 comentarios
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!