how to close the previous app window when I have closed the current app window?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 19 Nov. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!