- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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