Can I hit the "OK" button on inputdlg through coding?

the dialog was canceled after time-out.
I want to know whether there is a method that can be used to confirm the dialog after time-out?
Thanks!

回答 (1 件)

Jan
Jan 2021 年 12 月 23 日

0 投票

See this example for creating your own dialog with a timer: https://www.mathworks.com/matlabcentral/fileexchange/24871-autowarndlg
You can look into the code of inputdlg to find out, which callback is triggered by pressing the corresponding button. Then you can call this callback programmatically also.

カテゴリ

ヘルプ センター および File ExchangeInteractive Control and Callbacks についてさらに検索

製品

タグ

質問済み:

2021 年 12 月 23 日

編集済み:

2021 年 12 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by