Game Development Community

GUI controls question.

by Claude-Alain Fournier · in Torque Game Engine · 07/08/2004 (6:39 am) · 3 replies

Hi,

Call me stupid but I did not find any relevant information on the available GUI Controls methods.

I browsed the whole site, read docu, tutorials, read "3D Game Programming all in one" book, etc... etc... The only way I found till now is to look at the existing scipts but this is not practical.

Could somebody point me to some good reference ?

Tutorials so far show how to create and pop-up a window and link button to code but not how to use complex controls like text list, scroll bar etc...

Thanks in advance.

CAF

#1
07/08/2004 (2:57 pm)
Your not the only one....I have been going through the code to see what does what. Be nicer to have some docs on this.
#2
07/08/2004 (4:25 pm)
O yeah. The only things I have found, are the limited docs in the 3DGPAI1 and the ETGE resources. If anyone knows of any more GUI class descriptions, I would love to see em. ;)
#3
07/08/2004 (10:00 pm)
Yes forgot to mention the ETGE resource, it's so far the most advanced :) resource on GUI. But unfortunately not complete and it just list some methods.

Well the answers here are what I was expecting but not what I hoping for. Seem that code research will be my main activity today.