Hi,
in the onChange-part of a slider i want to call a function, let's say scaleShapes(value).
i would do it this way:
(...)
onChange: function(value) { scaleShapes(value) }
(...)
(scaleShape simply calls the scale-method of different Paths passing the value)
but i can't see any change on the shapes i can see in the document.
But, as soon as, i click cancel or ok, scaleShapes is called with the value of the last change.
Is this issue known? Is there a way to get this working?
Axel