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 textfield carriage return
Page Index Toggle Pages: 1
controlP5 textfield carriage return (Read 402 times)
controlP5 textfield carriage return
Oct 30th, 2008, 3:41am
 
Hello, I am trying to use the textfield to let the user input a paragraph of info, but cannot figure out a way to have the textfield auto carriage return.  even if I make a taller field, it just runs off the right side.  I was trying to figure out a good way to link a textfield with a text area since a text area does auto format.  any ideas??
Re: controlP5 textfield carriage return
Reply #1 - Nov 2nd, 2008, 5:32am
 
hi,
textfields only can handle one line of text, it will not break text in more than one line. textareas are not editable, but if i have the time i consider to implement that. for now, unfortunately there is no proper solution to the onle-line-textfield problem.
best,
andreas

Page Index Toggle Pages: 1