Game Development Community

New Line - GUITextCtrl

by Steven Page · in Torque Game Engine · 02/07/2005 (7:08 am) · 2 replies

I have tried a few method with /n by concactonating it with a string but I can't seem to add a new line to a text box thaqt I have added to the ingame GUI.

Could someone please show me a code example.

#1
02/07/2005 (8:09 am)
GuiTextCtrl's are only one line. If you want to use more than one line use a GuiMLTextCtrl.
#2
02/08/2005 (10:36 am)
Thank you.