the tag is assigned to more than one component matlab gui

1 次查看(过去 30 天)
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

采纳的回答

Image Analyst
Image Analyst 2014-1-8
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.

更多回答(1 个)

jacky chen
jacky chen 2014-1-8
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 个评论
Image Analyst
Image Analyst 2014-1-8
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by