We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I would like to have the label of a Controlp5 Textfield set to LowerCase and placed left of the Textfield.
t.toUpperCase(false); // t being the textfield does not work.
Tanks
Answers
Hi, since this might not be immediately obvious, here an example of how to modify a Caption Label:
Thank you for your quick reply.
CENTER in the line: label.align(ControlP5.LEFT_OUTSIDE, CENTER); does not have effect and can be replaced by any variable. Why?
I have a few more questions related to a Textfield.
1) How to change the bordercolor and borderwidth of the Textfield?
2) Is it possible to CENTER the entered text in the Textfield?
Thanks in advance for your help.
PS: Do I have to post the Textfield questions as a NEW question.