I need to assign a slider to determine a percentage value for a certain
variable in my program. I decided to use a slider so that the user will be
able to manually set a value between 0.000... to 1.000 for that variable.
The problem for me is how do I associate the slider to that variable? Do I
need to write something specific within that or do I just give the slider
control the name of the variable that it shall control?
Thank you
J.C.
variable in my program. I decided to use a slider so that the user will be
able to manually set a value between 0.000... to 1.000 for that variable.
The problem for me is how do I associate the slider to that variable? Do I
need to write something specific within that or do I just give the slider
control the name of the variable that it shall control?
Thank you
J.C.
Comment