Any known ways or tricks to do so using a Text Edit Box? Pretty sure that <<set wrap() only works with a Text Box and not a Text Edit Box... thx... dj
If you mean that you want a text edit box with multiline input then you can use the SetNLines message:
new window("demo",
text edit box("", << set width(200), <<setNlines(5) )
)
Dave