Page 1 of 1

Multiline 'edittext'

Posted: June 1st, 2008, 3:37 pm
by nab
I have noticed that the multiline property of edittext is broken on CS3 (Windows).

Code: Select all

var pal = new Window("palette", "Multiline Is Broken", [0,0,200,100]);
pal.edt = pal.add("edittext", [10,10,190,90], "Test multiline text", {multiline:true});
pal.center();
pal.show();

I thought it was my code, so I've tried Jeff's "rd_SimpleConsole.jsx", but the problem occurs too.

Do you have any clever workaround ? :mrgreen:

EDIT: CTRL+Enter works ! :D