removing the label from toggle controlp5
in
Contributed Library Questions
•
2 years ago
how do I remove the text label from a toggle in controleo5:
controlP5.addToggle("no",true,245,80,30,15).setMode(ControlP5.SWITCH);
will display a swicth with 'no' underneath - if I write a blank instead of no it doesn't show but I can't access the toggle since it's doesn't have a name (since I want to use many toggle).
I read I can use the setLabelVisible(false) but if I do I cannot use the setMode(ControlP5....
:S
1