Renaming label tags in App Designer (2016a)
조회 수: 13 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Chris Portal
2016년 3월 30일
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
Maycon Aurelio Maran
2018년 2월 1일
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
2018년 3월 16일
The tag property is still accessible to you if you want to set some value to it in callback code you write.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!