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.