i want to make a very simple task
when the user move the slider, i want a tooltip showing him the value, i put in it.
the problem is, the tooltip seems to show up only when the mouse isn't pressed, thus only when the user release the mouse,
but i want the tooltip to show up, when the user press down the mouse and move the slider
any idea will be wellcome

EDIT: at the meantime i got an idea to showup a label only when the user moves the slider.