Page 1 of 1

edittext scrollable

Posted: November 1st, 2015, 10:54 pm
by bkan
Hello,
I have an edittext with scrollable on true (var textXML = helpMenu_helpText.add ('statictext', undefined,'',{multiline: true,scrolling: true});)
My input is a xml and I change the content of the edittext with a onChange function.

My text has no scrolling bar on the right and I cant read all the text.

My text has a "textXML.maximumSize[1] = 150;" and my window is "helpPanel_fenetre.size = [500,300];"

Any idea?

Thank you!

PS : i am on after effects 2014.2

Re: edittext scrollable

Posted: November 2nd, 2015, 2:36 pm
by beginUndoGroup
I couldnt make it work too, but an edit text with properties: readonly true works, and has more or less the same effect

.add ('edittext', undefined,'',{multiline: true, readonly: true});

Xavier.