Hi. How can I get rid of the textbox that shows up when hovering over a rslider/encoder? I tried “textBox(0)”, but it does not work.
Currently, I have this:
rslider bounds(198, 29, 34, 34), channel(“attack”), range(0, 10, 2.9, 1, 0.05), text(“Attack”) outlineColour(221, 255, 0, 0) trackerColour(255, 255, 0, 255) markerColour(80, 80, 80, 0) colour(245, 245, 245, 0) textColour(0, 0, 0, 0) fontColour(160, 160, 160, 0) trackerInsideRadius(0.64) trackerOutsideRadius(0.96)
Also, Is it possible to change the background color of the rslider/encoder?