Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would expect a SliderCommandInput to be disabled for user interaction, but after setting isEnabled to false the label is greyed out but the slider is still accessible.
integerSliderInput = inputs.addIntegerSliderCommandInput('count', 'Joints', 1, 10, False)
integerSliderInput.isEnabled = False
from docs:
in ui - label is greyed out but slider is still accessible for user interaction:
Solved! Go to Solution.