Page 1 of 1

TrackBar Transformation

Posted: Mon Jan 07, 2019 11:08 pm
by supershepp
How can I change the TrackBar into the property of the Progression Bar? I would like to use the Trackbar to receive values from my sketch and reflect the number in text box.

Thanks in advance

Re: TrackBar Transformation

Posted: Wed Jan 09, 2019 8:18 am
by philr
Hi, similar to before what are the messages you have sent from your arduino? Can you capture them in the monitor. They should look like:
{UI|SET|MyTrackbar.Value=10}
{UI|SET|MyTrackbar.Value=20}
{UI|SET|MyTrackbar.Value=30}
{UI|SET|MyTrackbar.Value=40}
{UI|SET|MyTrackbar.Value=50}


Where your trackbar is called "MyTrackbar".

Cheers
Phil