the tag is assigned to more than one component matlab gui
Afficher commentaires plus anciens
i have created 2 edit boxes ,then i deleted one of them and kept the other with same Tag of the removed box . I edit the callback function of the new box , but it doesn't execute the code . howe can i solve this problem ?
best regards sam
Réponse acceptée
Plus de réponses (1)
jacky chen
le 8 Jan 2014
0 votes
when you create 2 edit boxes ,you have got 2 handle(Tag), they are must different, so you do not use the tag of the removed one , there must be another Tag(the box you left) in your handles.
2 commentaires
Image Analyst
le 8 Jan 2014
It's not clear so this is what I figured must have happened. He created two boxes with tags edit1 and edit2. Then he deleted edit 1. Then he edited the tag of edit2 to change it to edit 1. But that should be okay and not produce the problem he mentioned, so that's why I said to just start over because some got messed up somehow and his explanation is not telling the whole story.
jacky chen
le 10 Jan 2014
ok, just start over,enjoy
Catégories
En savoir plus sur Interactive Control and Callbacks 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!