(App Designer) change callback of item / add new callback to existing item
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi folks,
I have programmed a GUI and added some items to a callback by right clicking them and select existing callback. Now I want to change the callback for some of the items but I'm not able to change the callback. If I right click the item all it shows is 'Go to XYCallback'. Is there a way to change the callback of the existing item or add a new one for it?
Thanks in advance.
댓글 수: 0
채택된 답변
Mario Malic
2020년 12월 7일
편집: Mario Malic
2020년 12월 7일
Hello,
Each component has its own callback, and only thing that you need to do to change it is to rename it, everything related to its name will be changed automatically.
If you want to delete the callback, find it in Code Browser section (top left) and under Callbacks, delete it. I don't think it's possible to have multiple callbacks so you'll have to embed your code into one.
Answer edit:
Click the component, on the right-hand side in a Component browser, in the section Callbacks, just below the list of components, there's ValueChangedFcn dropdown menu where you can select/remove or create another callback.
댓글 수: 4
Mario Malic
2020년 12월 7일
You're welcome. I also had the same issue once, until one of other members pointed it out.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Create Custom UI Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!