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 › text boxes and/or textareas
Page Index Toggle Pages: 1
text boxes and/or textareas (Read 451 times)
text boxes and/or textareas
Oct 26th, 2007, 5:57am
 
Is there an easy way of getting textareas and text boxes in Processing? I know you're not encouraged to use most Swing stuff, right?
Re: text boxes and/or textareas
Reply #1 - Oct 26th, 2007, 6:31am
 
Hi,
you can download and install some libraries that will allow you to add TextFields, Buttons, RadioButtons, Sliders, etc.

http://processing.org/reference/libraries/index.html

Look for "ControlP5", "Interfascia", "MyGUI", and "SpringGUI" at the bottom of the page. Personally, I find that the two first ones I mentioned works very well. All the documentation you need to get them working is on their site (with examples).

Cheers!
Re: text boxes and/or textareas
Reply #2 - Oct 26th, 2007, 3:21pm
 
thanks I'll check those out!
Re: text boxes and/or textareas
Reply #3 - Oct 26th, 2007, 4:17pm
 
hi.

if you go to the exhibition section, there is a post i wrote title by interaction survey. i upload url you can download sketch file i made.
it contain gui class. i think it might help you make your own gui class set. Before open the my sketch file you have to add VECTOR3D and proXML library.

I hope it will help u.
Page Index Toggle Pages: 1