SmartClient Version: v8.2p_2012-04-18/PowerEdition Deployment (built 2012-04-18)
I have a SliderItem that I would like to update with a call to slider.setValue(someNumber);
When I call the setValue() method with a valid value nothing happens. Setting a breakpoint in my development environment and trying several different values yields the same result. The value does not set.
What can I do to set the value of a SliderItem programmatically?
Thanks,
I have a SliderItem that I would like to update with a call to slider.setValue(someNumber);
When I call the setValue() method with a valid value nothing happens. Setting a breakpoint in my development environment and trying several different values yields the same result. The value does not set.
What can I do to set the value of a SliderItem programmatically?
Thanks,
Comment