Event of Slider

Hi,

Very interesting component.

I have a question.
It is possible to use a value change event in order to launch recalculation each the value is changed on the slider.

But, I would like to have an event which is launched when the user releases the slide bar and not for each change of value.

But, I did not find a way to have this kind of event.

Did you know if it is possible ?

Regards

Pierre

I’m also need this… anyone one have idea about this

Looking at the source code of Slider & VSlider, I can see that it is not currently possible; you would probably have to create your own Slider widget and implement this code yourself.

A compromise might be to set the slider to be not immediate (i.e. setImmediate(false)) - which would mean that the value would only get updated when the user clicked on a separate button.