Multiline 'edittext'

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

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
Post Reply