I have created a simple GUI in XML with a slider. It displays “as expected” however, it won’t drag the slider control. No matter what I do, the slider or even the scroll bar doesn’t move. Even after fiddling about with the range attribute.
I haven’t seen any C++ examples of Slider/scrollbar usage and I was wondering if perhaps I have to subscribe to events before the slider or scrollbar control will respond. Do I have have to manually intercept drag start and end events and set the scrollbar value myself?
If the control should move by itself without registering for events; what could the cause be?