Try using the following code. Then save/update, select number 2 o 3 in the combobox and move the slider up. Altough it doesn’t update the “combobox” channel (I tested it), the display resets to the first item (“1”).
form size(400, 300), caption(“Untitled”), pluginID(“plu1”)
combobox bounds(12, 72, 100, 30), items(“1”,“2”,“3”), channel(“combobox”), channeltype(“string”)
vslider bounds(234, 26, 30, 200), channel(“vslider”), range(0, 1, 0)
P.S. Sorry if it’s something you already fixed. I haven’t checked out the dev branch again before trying.