I want to create a chain of inputdlg boxes.how to proceed?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
eg: on click of 'ok' in 1 inpudlg box 2nd should appear.
0 Commenti
Risposte (1)
Vishal Rane
il 28 Ago 2013
You will have to create your own version of the inputdlg box and set its callback to call another one. The matlab inputdlg waits for the user input, so I don't see a way to modify its 'Ok' button callback.
0 Commenti
Vedere anche
Categorie
Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!