Can't move the slider

Started by methinks82, 13 October 2018, 16:17:38

methinks82

Hi Everybody
I'm having problems with the slider widget. I can add it and it shows up just fine, but I can't actually use it in any way, it doesn't move when I click it.

I have tried setting the min, max, step, and value.

Using 0.8, 32bit, Visual Studio 2017

Thanks

texus

Do other widgets work? If not then you forgot to call gui.handleEvent.
If other widgets do work then you should show some example code of what you are doing.

methinks82

Thanks for the feedback.
I turns out it was working. I just wasn't refreshing the display so it didn't redraw the slider in the new position (I assumed it would do that automatically).

Thanks for the great library!