inputdlg in the app designer
19 ビュー (過去 30 日間)
古いコメントを表示
hello, I am using i the inputdlg as part of a matlab app. (maybe that is the heart of the problem, is this forbidden? I know that questdlg i forbiddden.)
I noticed a weird "bug". whenever I click "cancel" when in the app the screen "jumps" to the last screen I was in. attaching a video.
would be thankfull for any assistance.
Nathan
0 件のコメント
採用された回答
Julian Hapke
2021 年 7 月 6 日
I think this solution should work for inputdlg as well:
tl;dr: reset the focus to the app's uifigure in the function that calls the inputdlg as soon as the inputdlg is closed.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!