Game Development Community

Multi-Line editable text field

by Joseph Walters · in Torque Game Builder · 07/10/2006 (4:15 pm) · 3 replies

I am setting up a standardized GUI for our products and I am running into a major problem with editable text fields. I need to set up an e-mail form on a GUI page. The name and subject fields are fine but I can't seem to find a way of creating a field where the user can put a carriage return in their text. This will probably be localized eventually so I am trying to avoid any bitmap text solutions.

Any Ideas, suggestions or solutions?

#1
07/10/2006 (4:41 pm)
Is the "GuiMLTextEditCtrl" not available in T2D?
#2
07/10/2006 (8:12 pm)
Sure there is! Joseph, just create a GuiMLTextEditCtrl and give it a profile that allows for text entry (like GuiTextEditProfile for example).
#3
07/14/2006 (9:21 am)
Thanks Thomas, That did the trick.