I have a tkinter.scale widget that is executing a command each time the scale is moved. My problem is that whenever i move the mouse it will execute the command rapidly as the scale changes position.
Similar to the tkinter.scrollbar widget that has the config parameter 'jump', I want my scale to execute the code ONLY when the mouse button is released, and not every time there is a change in the scale.