Can I hit the "OK" button on inputdlg through coding?
Afficher commentaires plus anciens
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!
Réponses (1)
Jan
le 23 Déc 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.
1 commentaire
yukihara
le 23 Déc 2021
Catégories
En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!