WebSlider - ValueChanged

When the value of a WebSlider is changed through a button, for example, the ValueChanged is not being executed.
I think they have fixed this type of problem in other controls, maybe they should adjust it for this one.

Cuando se cambia el valor de un WebSlider a traves de un botón por ejemplo, no se está ejecutando el ValueChanged.
Creo que han arreglado este tipo de problemas en otros controles, quizás deban ajustarlo para éste.

Xojo wasn’t particularly consistent about this during the development of Web 2.0. You’ll need to file a ticket to have this fixed. It should be raising the event whenever the value is changed, even if that’s by code. That is how the Desktop framework works and how Web 1.0 works.

1 Like