uiSlider LinearBarVertical setSliderStyle #627
dnaldoog
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Some types are definitely missing in our ctrlr uiSlider types LinearHorizontal OK LinearBarVertical MISSING |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's how to create vertical linear bars:
panel:getSlider("lfo rate"):getOwnedSlider():setSliderStyle(Slider.LinearBarVertical)
on panel load. The trick here is to set
Value background colour
to00000000
I don't think this can be set in the editor as far as I can see. Linear Bar always goes left to right.
Set Linear Bar Vertical_1.zip.
Credits: @Ted-juh
Beta Was this translation helpful? Give feedback.
All reactions