Le 13/11/2015, Fritz a écrit :

> I had a similar problem and solved it by listening to the click event
> instead of the changeValue event. Inside the click event handler you can
> use getValue() to get the new value.

I tried to implement something similar for the slider, to avoid sending
notifications while moving the cursor.

This time, I binded the 'mouseup' signal. It works fine, except if I
release the button while the mouse is not above the slider anymore...

Any idea to trigger an event when I release the button, in any case?

Thanks,

-- 
    Frédéric

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to