Hi,
Can we change the <ValueList> of a ComboBox via the PythonPart ?
For example,
"Color" as StringComboBox, "RAL" as IntegerComboBox
if "Color" = "GREY" then the "RAL" can be from 7000 to 7048
if "Color" = "ORANGE", "RAL" can be from 2000 to 2013.
...
Now I'm working with some IntegerBox and I apply <Visible> but it's not very practical.
Best