Quick question GUI AppDesigner
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!