ListBoxValueChanged callback doesn't get called when I change value.

4 次查看(过去 30 天)
I want a specific function to get triggered, when I change the Value in a Listbox
my Code:
function DatenListBoxValueChanged(app, event)
fill_table(app)
end
With the debugging functionality "Pause Excecution at Line XX" (==making the line number red) I found out that the Callback doesn't get triggered when I change the value.
How can I fix that?
(I have multiselect enabled if that's relevant)
  2 个评论
Voss
Voss 2024-3-21
移动:Voss 2024-3-21
Make sure that function is in fact the callback of the listbox:
  1. In App Designer, Design View, select the listbox
  2. In the Component Browser in the right side panel, click Callbacks and see what the ValueChangedFcn is
If the ValueChangedFcn is not DatenListBoxValueChanged, then enter or select DatenListBoxValueChanged in the ValueChangedFcn box.
Nando
Nando 2024-3-21
移动:Voss 2024-3-21
Thank you for your answer!
But I don't think that's it. The callback should be correct
Design View:
Edit: I added the Design view

请先登录,再进行评论。

采纳的回答

Nando
Nando 2024-3-21
Closing MatLab (not just the App) and opening it again did the trick..
Good old reliable "Turning it off and on again"

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by