With the slider widget, is it possible to add the current value directly over the slider knob? I want it to be clear what the value is set to. I know I can add text over it myself, but I’m wondering if the widget, when SquareLine generates the code, will keep the text directly over the current slider value?
Example:
(New users can only embed one media per post, see below)
It’s not directly supported by SquareLine Studio to set X coordinate based on slider-value, or to add label to the knob, but thanks for the suggestion, we’ll take a note. You can still do it in the exported code with some ratio/coordinate calculations to set the label’s X position. (Event trigger: VALUE_CHANGED, Event action: CALL_FUNCTION).