Game Development Community

How to make use of Torque GUI elemetns

by Gagan · in Game Design and Creative Issues · 07/21/2009 (9:54 am) · 6 replies

I want to show a textbox which accepts any text entered by the user...
Please suggest

#1
07/21/2009 (10:17 am)
GuiTextEditCtrl?
#2
07/21/2009 (10:19 am)
You could start by looking at how the MessageHud accepts input and sends it to the ChatHud. Follow the same procedure for getting one to pop-up, enter text, and instead of sending to the ChatHud send the information where you want it.
#3
07/22/2009 (6:40 pm)
Anyone know where the tutorials section is for the GUI's?

found in the Torque Doc's:
More in depth creation and manipulation of GUIs will be located in the Tutorials section.
#4
07/22/2009 (6:41 pm)
The best tutorial is in the book "The Game Programmers Guide to Torque".
#5
07/22/2009 (7:48 pm)
where is that at?
#6
07/23/2009 (8:14 am)
http://tdn.garagegames.com/wiki/GUI/Getting_Started

from here documentation can be accessed afetr login at the TDN