We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm creating a project that requires the end user to input a bunch of text all at once. This is definitely the job for a Textarea object. Originally I wanted to use Control P5 because I am more familiar, but it does not support text input in a Textarea(true?) as far as I can tell.
The problem is that a G4P Textarea does allow for text input, but for some reason, does not recognize when I press the "return" or "enter" keys. It only allows me to type one very long line.
thank you in advance...