G4P GWSlider not responding to mouse click on target destination
in
Contributed Library Questions
•
1 year ago
Hello,
I'm trying to use a GWSlider to select an integer from 1 to 10. Here is my code (adapted from the cool sliders demo):
- GWSlider sdr3 = new GWSlider(this,"red_yellow18px",200,400,260);
- sdr3.setStickToTicks(true);
The slider looks as expected, and I can drag the 'thumb' to change the indicated integer value. But, unlike the demo, when I click on a target value, the thumb does not jump to that location.
I am running this from the Processing IDE, version 1.5.1, on Windows 7.
tia,
bbc
1