Game Development Community

Window like notepad

by ERICK MIRANDA M · in Torque Game Engine · 08/17/2009 (3:08 pm) · 2 replies

Hello, thanks everybody for your time, I have a little problem, on the playgui I want to have a writable window, for example GuitTextEditCtrl it is a good solution, but this control only have a determinated vertical size. I would like to have a window like the notepad to allow write many lines. Exist some gui control like this?

Thanks for the help.

#1
08/17/2009 (3:24 pm)
GuiMLTextEditCtrl is what you want.
you may want to implement this resource as well.
#2
08/17/2009 (3:44 pm)
Thanks for the quick answer Orion I'll try it.