Page 1 of 1
Slider showing values.
Posted: Fri May 04, 2007 10:00 am
by pz
How can I show the values the slider points to?
Thanks, Paolo.
Posted: Fri May 04, 2007 11:05 am
by pz
One way is - I see now - to use an "edit" control, disable it, and link it to the same parameter the slider is linked to. This way the edit box shows the current value set by the slider itself.
Is there any simpler way to get the same result?
Posted: Fri May 04, 2007 12:20 pm
by Administrator
You can put some static text on the screen, make the text like
@VENSIM PARAMETER@
and it will show the value of the parameter. If the slider is showing "percentage complete" you would have static text with
@percentage complete@
Tony.
Posted: Fri May 04, 2007 12:25 pm
by pz
Nice. Tnx