Link object internally in the interface panel
Posted: Sun Feb 05, 2023 5:42 pm
Is there any way to send e.g. the Trackbar.Value to a label.text directly in the interface panel? Or is this impossible?
I tried this:
But this is not accepted
I tried this:
Code: Select all
[lblSpeedSetpoint.Text] = [TrackBarMotorSpeed.Value]