-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I saw just now this discussion #627. So, I know I can do this in LUA now. But if nobody else tried I will try to add that case for sliderStyleToString and sliderStringToStyle and see if it works fine... |
Beta Was this translation helpful? Give feedback.
-
Ok, I solved the issue, I am editing this original comment because the reasons why the following was working was due to me not building CtrlrX properly. Once I did it, it began working.
and in line 201 the following:
This will allow you to use the linear bar vertically. |
Beta Was this translation helpful? Give feedback.
-
True, it's missing from when Ctrlr was updated to JUCE v5 or v6. Those parameters should apply from this line of code :
the lookandfeel needs to be refreshed with lookandfeelchanged(). I need to check that for sure. But I don't remember exactly, there was a tricky part about the slider being able to be updated right away but the box with the values not... those being actually 2 different components. |
Beta Was this translation helpful? Give feedback.
Ok, I solved the issue, I am editing this original comment because the reasons why the following was working was due to me not building CtrlrX properly. Once I did it, it began working.
LinearBar
asLinearBarVertical
LinearBarVertical = Slider::LinearBarVertical,
in line 17and in line 201 the following:
This will allow you to use the linear bar vertically.