Loading...
Logo
Processing Forum
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):

Copy code
  1.   GWSlider sdr3 = new GWSlider(this,"red_yellow18px",200,400,260);
  2.   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

Replies(4)

I have just tested the example that comes with G4P and clicking on the track to change a value no longer appears to work.

I suspect that this bug was introduced during a previous bug fix - I will investigate but I can't promise when it will be fixed. If you want to post a bug report then you will get an automatic responce when it is fixed.

For the moment you will just have to drag the slider thumb. Sorry for the inconvenience.
Thanks quarks, not a big deal.  I'll post a bug report.

bbc
The new version is working much better, thanks!

bbc