Page 1 of 1

Multiline Edittext input box

Posted: October 2nd, 2010, 1:54 am
by benroll
Hi Guys,

I'm trying to make a UI with a text input box where the user can input paragraphs, including line breaks and hard returns.

I've found the multiline: true parameter, but it doesn't seem to have an effect.

Code: Select all

theString: EditText { text: '" + CLE.theString + "', alignment:['fill','fill'], multiline: true, minimumSize:[240,100] },\
Is there a way to do this?

Thank if you can help.

-Ben.

Re: Multiline Edittext input box

Posted: October 2nd, 2010, 2:01 am
by Paul Tuersley
Here's an example from one of my scripts:

Code: Select all

helpET: EditText { text:'', alignment:['fill','fill'], properties:{multiline:true}}, \