the tag is assigned to more than one component matlab gui

1 view (last 30 days)
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

Accepted Answer

Image Analyst
Image Analyst on 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.

More Answers (1)

jacky chen
jacky chen on 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 Comments
Image Analyst
Image Analyst on 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.

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!