Game Development Community

GUI Editor tutorials or documentation?

by Donald Teal · in Torque 3D Professional · 02/04/2010 (9:03 pm) · 6 replies

I have been trying to find some good tutorials on the GUI editor or at least a detailed doc on it, but have been unsuccessful after searching the forums.

Anyone have links to a good breakdown of the Gui editor and associated functiosn?


Thanks

#1
02/04/2010 (9:24 pm)
Did you check the docs themselves?

GUI Docs
#2
02/04/2010 (9:54 pm)
Thanks Brian, been a while since I went over those docs, will review them again, was hoping for something a little more indepth into the profiles and more detail.
#3
02/04/2010 (10:35 pm)
I did a search on google for torque gui tuts. I found something that may or may not help out. Hopefully it will.

google video tuts on torque gui
#4
02/05/2010 (11:22 am)

Some misc notes of mine are here but generally, the explanations and the tutorials in the official docs should get you well under way.
#5
02/05/2010 (12:34 pm)
Look at Edward Maurina Books (in particular the programming guide to torque). Although they are intended for TGE, 95% of it still applies and the new additions to T3D can be easily understood if you understand the rest
#6
02/16/2010 (3:43 pm)
I have been going over the docs linked by Brian, and following the tutorials, but it seems there are some issues with the tutorials.

In particular the miniconsole example, when I do the echo(txtDisplay.getValue());) in the altcommand of the textctrl it doesnt send it to the console.

Seems this also happens in later examples too.


Anyone else have trouble with this or been able to get these examples to work properly?