on May 14th, 2015, 2:50pm, Daniel Atwill wrote:I know that LBB can do word-wrap for texteditors, but what is the constant used for this in the stylebits command? |
|
Code:texteditor #w.te, 10, 10, 280, 280
stylebits #w.te, 0, _ES_AUTOHSCROLL or _WS_HSCROLL, 0, 0
open "Wordwrap test" for window as #w
wait