|
Feature Request - GUI slider? bigkahuna from United States [14 posts] |
15 year
|
Any plans to add a "slider" type GUI element (for adjusting variable values, etc.)?
|
|
|
Anonymous |
15 year
|
Do you mean in the Set_Variable module?
STeven.
|
|
|
bigkahuna from United States [14 posts] |
15 year
|
I was thinking it would be similar to the "Button Interface", but would allow you to set a variable value within a range of values. So for example, you would have 3 sliders labeled R, G, and B, each would have a range of 0 to 255 and thus you'd have an easy interface for setting a color.
|
|
|
Paul D from Canada [45 posts] |
15 year
|
You could make up/down buttons that make the values change and display the current value in RR.
Alternately, use VB to create a slider control. The simplest way to get the values into RR is to have the VB application update values in a text file. That way the settings are saved for the next time the RR application is run.
See the Read Variables module.
|
|