Anton....firstly thanks for your AMAZING plugin. It is unbelievable how fast it is even on low powered hardware.
I have slider controls which I have added programmatically using ControlPanel.add_slider and ControlPanel.get_slider_value(name) and they work fine, but ControlPanel.set_slider_value(name, value) fails with an error in the html of the control panel which says something like error cannot find sliders.
Is there a fault in the html/javascript/missing file or am I doing something wrong?
AN EXAMPLE OF HOW TO SUCCESSFULLY SET A SLIDER VALUE WOULD HELP A LOT
sincerely
Sujit Vasanth
PS. I can get round it by destroying all sliders and rebuilding them, but the redrawing slows my program down,