Can I hit the "OK" button on inputdlg through coding?
Show older comments
In this case ( https://www.mathworks.com/matlabcentral/answers/96229-how-can-i-have-a-dialog-box-or-user-prompt-with-a-time-out-period ),
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!
Answers (1)
Jan
on 23 Dec 2021
0 votes
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.
Categories
Find more on App Building in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!