TrackBar Transformation

Support forum for MegunoLink
Post Reply
supershepp
Posts: 10
Joined: Mon Jan 07, 2019 12:12 am

Mon Jan 07, 2019 11:08 pm

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
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Wed Jan 09, 2019 8:18 am

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
Post Reply