Game Development Community

Text Ctrl Wrapping??

by Trevor "PointDestruction" · in Technical Issues · 09/29/2002 (12:10 am) · 3 replies

anyone know of a way to be able to stop auto horizontal and verticle aligning (I know how to do this), and how to make it so that the text will WRAP to the edges.

.. i've also tried the \n which usually makes another line but it doesnt seem to in this case.

#1
09/29/2002 (1:33 pm)
anyone know ... i'm kinda needing this info sometime soon ... but I guess I could wait .. but ya know ;)
#2
09/29/2002 (1:48 pm)
Well, the standard GuiTextCtrl doesn't support multi line text... try using the GuiMLTextCtrl - it supports multiple lines as well as various formatting commands.
#3
09/29/2002 (2:26 pm)
i'm a thoughtless fool, lol yes this worked. Thanks for correcting me completelly ;).