And so, to wrap things up... ?

BlitzPlus Forums/BlitzPlus Programming/And so, to wrap things up... ?

Adam Novagen(Posted 2008) [#1]
Hi Bliterz,
WOW, it's been a long time! I don't have much time here today, but I was wondering; anyone know a good way to create a word-wrap feature for text areas? Think Notepad. ^_^


Ked(Posted 2008) [#2]
Global TEXTAREA_WORDWRAP = 1
CreateTextArea(x,y,width,height,group,TEXTAREA_WORDWRAP)



Adam Novagen(Posted 2008) [#3]
WOW, geez; figures it'd be that simple. In my defense, I'm only working with the B+ Demo, so I didn't know that parameter existed. >_<

Thanks Ked!


Ked(Posted 2008) [#4]
WOW, geez; figures it'd be that simple. In my defense, I'm only working with the B+ Demo, so I didn't know that parameter existed. >_<

Thanks Ked!

Ah yes, I forgot the command reference isn't included in the demo.

You're welcome. :P