Dropdown in AppDesigner Callingback when Selecting the Same Value

조회 수: 4 (최근 30일)
Bowei Li
Bowei Li 2023년 2월 2일
댓글: Bowei Li 2023년 2월 5일
I intend to create a drop down with several options, and with each option being selected corresponding to a pop-up window.
{option1, option2, option3}
triggers respectively
{tab1, tab2, tab3}
I find by using "DropDownValueChanged" function there is a problem that, if I selected option1 last time and then select option1 again, it can't trigger anything. This is reasonable since it got triggered only when value is changed.
However, is there a way that I can repeatedly select option1 to trigger tab1? That is, is there a callback like "value selected/ option pushed" that responses to user everytime when the user selects an item, instead of only when item selected is changed?

채택된 답변

Amal Raj
Amal Raj 2023년 2월 3일
Hi Bowei,
These may be some workarounds.
  1. You might use a list box rather than a drop-down menu. The ClickedFcn callback in a list box contains the exact features that you're referring to.
  2. Or, if it's possible, you can  add the option "Select" to your dropdown and reassign the dropdown.value to select every time the valueChanged function is used.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by