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 & HelpPrograms › dynamic text box
Page Index Toggle Pages: 1
dynamic text box? (Read 741 times)
dynamic text box?
Sep 24th, 2006, 1:12pm
 
im looking to create a button, and next to this button and area of text which displays the number 0

when the button is clicked, the number next to the button increments.

i know i can do this sort of thing using a dynamic text box in flash, but im wondering if i can do something similar with processing?

are there any examples our there that already do this?

thanks guys
Re: dynamic text box?
Reply #1 - Sep 29th, 2006, 3:39pm
 
maybe i wrote the question badly.

basically just looking to create a number displayed in the processing window that can be updated.
Re: dynamic text box?
Reply #2 - Sep 29th, 2006, 4:59pm
 
Maybe you have to use Gui library to make a input textfield in processing, that It's the most similar to dinamic input text in Flash.

There are three Gui library:

http://mkv25.net/MyGUI/
http://superstable.net/interfascia/
http://www.repeatwhiletrue.com/SpringGUI/

cheer,
Mar
Page Index Toggle Pages: 1