How can you create input boxes(edit field) dynamically with drop down .
Afficher commentaires plus anciens
Hello people.
I have a very simple question for you that i coudn't figure it out how to solve. So basically i need to make a very simple gui with a drop down box. For every option of it, it has to create for me a different number of input boxes. For instance, when i choose 'Option 1' it creates 2 boxes on the app, when i choose 'Option 3' after it gives me 3 boxes etc. Then i will contiue on my calcuations on the values assigned to those boxes. Can you help me with this.
Réponses (1)
Image Analyst
le 21 Mai 2023
0 votes
I suggest you create all the boxes you think youi'll need in advance and then just set the Visibility property for the ones you want to make visible when the user selects a certain drop down item.
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!