Quick question GUI AppDesigner
古いコメントを表示
Good evening,
I have a very simple question to ask you: I've got a main figure "MainFigure" with just one "GoTo SecondFig" pushbutton and when pressed it opens a new figure "SecondFigure" with a "Return to MainFig" pushbutton.
Goal to achieve:
1) When the user clicks on the "GoTo SecondFig" pushbutton and the new figure appears, the user cannot push again the button on the "MainFigure". Also, the user is forced to close the second figure if he wants to return to the main one (the behaviour is like the one we experience on a database form. Until you do not quit a form, you could not perform other action on other forms).
2) When the user clicks on the "Return to MainFig" pushbutton, "SecondFigure" closes and focus return to the main one. (How do I link these two figures in the callback of the "Return to MainFig" pushbutton?)
3) Do all this stuff with appDesigner.
Thank you for your help. Hope I was clear enough.
Best regards
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Desktop についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!