We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › ControlP5 set colour of textfield stroke
Page Index Toggle Pages: 1
ControlP5 set colour of textfield stroke (Read 973 times)
ControlP5 set colour of textfield stroke
Apr 10th, 2010, 7:31am
 
hi

while strokeWeight will make it thicker it wont switch it off & nothing I've tried hits it

in the docs there is a controlCanvas class but dont know where to start with that

Mark
Re: ControlP5 set colour of textfield stroke - answer
Reply #1 - Apr 10th, 2010, 12:40pm
 
hi

found

http://www.kasperkamperman.com/blog/processing-code/controlp5-library-example2/

this stuff
controlP5.setColorForeground(0xff000000);
  controlP5.setColorBackground(100);
  controlP5.setColorActive(0xff000000);

does the trick...

m
Page Index Toggle Pages: 1