edittext scrollable

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
bkan
Posts: 51
Joined: November 6th, 2013, 8:33 am

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
beginUndoGroup
Posts: 81
Joined: November 27th, 2012, 6:41 am

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