Clear Filters
Clear Filters

Renaming label tags in App Designer (2016a)

15 views (last 30 days)
I'm new to the app designer environment and although I can edit most component tags in the Component Browser (app."ComponentTag"), I can't find a way to edit label tags. I can't change the tags programmatically either since the property section for app components is greyed out.
Thank you.

Accepted Answer

Chris Portal
Chris Portal on 30 Mar 2016
If you right click on the Component Browser, you should see an option to display labels. That will allow you to rename its component name so you can program against it.
  2 Comments
Maycon Aurelio Maran
Maycon Aurelio Maran on 1 Feb 2018
Is there any way to change editnumericfield tag by code?
The idea behind the question is to make a editnumericfield(A) tag change according to the field of another editnumericfield(B) above.
Thanks
Melissa Williams
Melissa Williams on 16 Mar 2018
The tag property is still accessible to you if you want to set some value to it in callback code you write.

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!