cancel
Showing results for 
Search instead for 
Did you mean: 

Moving the slider Knob without Touch.

PM.5
Associate III

Hi...

I have configure the slider Widget using TOUCHGFX & it is working fine with Touch. But the want to Configure the slider without touch i.e., When I give some Data through Usart , according to that data the slider knob has to move (Without touching knob).Is it Possible to configure ? If Yes , How ?

3 REPLIES 3
MM..1
Chief II

No problem use method to set

slider.setValue(xx);

PM.5
Associate III

Thankyou for the reply. It is working.

Just be aware you may not get back the value you wrote if you do a getValue immediately after a setValue, if your range is greater than the pixel resolution. IMO, this is a bug. See here for more information.

FYI, slider still behaves the same in 4.20.