implement back button in matlab

5 ビュー (過去 30 日間)
Saad mohammad
Saad mohammad 2016 年 4 月 8 日
コメント済み: Saad mohammad 2016 年 4 月 11 日
Hi , everybody how can I implement a back button in which when I go to another gui and get back to the first gui I still have the information the user had entered

回答 (1 件)

Stalin Samuel
Stalin Samuel 2016 年 4 月 8 日
  6 件のコメント
Walter Roberson
Walter Roberson 2016 年 4 月 10 日
Information in a GUI will never still be there after you close the GUI. If you need the information to still be there, then set the GUI 'visible' 'off' during the time you do not want it displayed, and set 'visible' 'on' when you want to see it again.
When you close a GUI, the graphics objects for it are destroyed and would need to be rebuilt and have their values set as appropriate.
Saad mohammad
Saad mohammad 2016 年 4 月 11 日
I think the visible off will work, thank you walter

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by