micander / atrias

Automatically exported from code.google.com/p/atrias
0 stars 0 forks source link

Sliders and Spin Buttons for robot control parameters should be linked #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is convenient to be able to have both a slider and spin button present in a 
controller GUI for adjusting a given controller input parameter. The user can 
then select one or the other to adjust the parameter depending on if they 
already know the value that they want to use.

The issue with such a setup is that the slider and the spin button need to 
update each other when one or the other changes. Currently there is not an easy 
way to do this.

A library should be implemented which can perform the cross-updating for a spin 
button and slider after being given a reference to each. This would allow 
controller authors to use such functionality while maintaining simplicity.

Original issue reported on code.google.com by broodoo...@gmail.com on 13 Jun 2012 at 12:23