ControlP5 ListBox items always uppercase
in
Contributed Library Questions
•
7 months ago
I've been making great progress with CP5, but I just can't seem to get the listBox item labels to display in their original case.
I've tried setting:
I've tried setting:
- lbi.toUpperCase(false); // lbi is a listBoxItem instance
- l.valueLabel().toUpperCase(false); // l is a listBox instance
- l.captionLabel().toUpperCase(false);
Also, this is test is correct, but the item is still displayed as all uppercase...
- lbi.toUpperCase(false);
println(lbi.getToUpperCase()); - false
Either there's a bug, or I am missing something.
Any help would be great.
Thanks,
Bob
Any help would be great.
Thanks,
Bob
1