Hi all
I have a compound widget with two buttons in it (left and right). Each button value has a binding to a structure variable inside the compound widget.
For example the Button left has a binding to “xJogPos” and the Button right to “xJogNeg”.
Is there a way that the user can define where inside the compund widget he wants to have the button left?
Or can I somehow dynamically change the structure binding inside my compound widget? So the left buttons binding is active to “xJogPs” or “xJogNeg”?
Or is the only way to go to make two individual compound widgets?
Thanks


