Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hej,
is it possible to adjust the backgroundColor of the control element "slider" in a script?
If, how?
Thanks for help.
Solved! Go to Solution.
No, that's not possible. You could use a MSForms 2.0 scrollbar instead, in which case the property is "BackColor". There's an example of an MSForms 2.0 scrollbar here: Extra Components.mcd
Hi,
as far as I know, not in sliders. But why not give scrollbars a try? There you can set foreground as well as background colors - e.g. controlled by an input variable. Moreover - oppositely to sliders they update output data while moving the scrollbar pointer.
No, that's not possible. You could use a MSForms 2.0 scrollbar instead, in which case the property is "BackColor". There's an example of an MSForms 2.0 scrollbar here: Extra Components.mcd