cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
djhanson
Level V

Text Edit Box - wrap text method?

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

1 REPLY 1
David_Burnham
Super User (Alumni)

Re: Text Edit Box - wrap text method?

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

-Dave