Hi there,
how can I predefine a slider thumb position immediatly?
Difficult to explain:
I have a slider defined and want to predefine his thumb position to a value. I do that with
<set "slider"."ThumbPosition" to> get a global value
The global value is defined first (before the changing slider routine is performed). This works. The slider moves to the desired position but not in one hop. There are different hop steps between each movement.
The problem is now: I use <When .positionChanged to get the changed slider position afterwards:
This value is send via BT to an arduino and updates the global position Value either.
As the slider makes the above mentioned hops, the position is not send in once to the arduino but in more portions. This results in deviations of the value.
Hope someone can help me in this issue. I want the slider to start in the desired position befor opening the dialog with the slider.
I did not found out howto upload the code snippets better...
Regards