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 & HelpSyntax Questions › input box for text
Page Index Toggle Pages: 1
input box for text (Read 2819 times)
input box for text
Dec 6th, 2008, 2:41am
 
hi, is it posible to make a input box for text in processing? cause i rewrite a script based on:

EXAMPLES->BASICS->INPUT->KEYBOARDFUNCTIONS

the thing is that you can't see what you're writing.
Re: input box for text
Reply #1 - Dec 6th, 2008, 10:28am
 
text( String, float, float, float, float ) will give you a textbox.
http://processing.org/reference/text_.html

.. and there's controlP5 which already has that:
http://www.sojamo.de/libraries/controlP5/reference/textarea_class_textarea.htm

F
Re: input box for text
Reply #2 - Dec 6th, 2008, 2:43pm
 
thanks for reply. i think that controlP5 is more that i was serching for.
Page Index Toggle Pages: 1