Effacer les filtres
Effacer les filtres

the tag is assigned to more than one component matlab gui

1 vue (au cours des 30 derniers jours)
Elia
Elia le 8 Jan 2014
Commenté : jacky chen le 10 Jan 2014
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

Image Analyst
Image Analyst le 8 Jan 2014
Just start over (with those two controls). Delete the remaining one. Then, just to be sure, search for the two original tag names in the m-file and delete any callback you see associated with those names. Then place a new control and edit the tag property to give it the name you want.

Plus de réponses (1)

jacky chen
jacky chen le 8 Jan 2014
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
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
jacky chen le 10 Jan 2014
ok, just start over,enjoy

Connectez-vous pour commenter.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by