how to close the previous app window when I have closed the current app window?

5 Ansichten (letzte 30 Tage)
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

Antworten (1)

Walter Roberson
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.

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!

Translated by