Hi everybody,
Sorry for my english because I'm frensh.
I want to recover the value of a SliderBar for example if the Value of the SliderBar is 40 / 100, put in a variable 40.
thank you, Adrien
It's covered in the relevant Manual entry for SlideBar.
If you have a variable called 'sbval'
Then you could have a condition / action Like:
Slider Bar On Changed - System set sbval to SliderBar.Value
[/code:2i1fe4sy]
You could then display this in a text object or however you want.
Here's a quick example:
[url]https://dl.dropboxusercontent.com/u/34306693/ReturnSliderBarValue.capx[/url] (requires r240 available at footer of forum).
Is this what you require?