Documentation of controls
by Colossai Studios · in RTS Starter Kit · 02/23/2005 (4:11 am) · 6 replies
Hello.
I'v recently purchased the TE and RTS kit. So now I'm learning how the GUI works, and have gone through a couple of tutorials. Now I'm looking for a documentation of all the controls, where I can find description of them, so I'll know how they work and when they should be used. For example, the GuiScrollCtrl or the GUIMessageVectorCtrl.
thanks
I'v recently purchased the TE and RTS kit. So now I'm learning how the GUI works, and have gone through a couple of tutorials. Now I'm looking for a documentation of all the controls, where I can find description of them, so I'll know how they work and when they should be used. For example, the GuiScrollCtrl or the GUIMessageVectorCtrl.
thanks
About the author
#2
I'm looking for a drop-down listbox. Does that exist, if not, is there any custom ones out there?
03/06/2005 (9:51 am)
Allright. I'm looking for a drop-down listbox. Does that exist, if not, is there any custom ones out there?
#3
Make sure you back things up before experimenting--doing the wrong thing(s) in the Gui Editor can cause some play issues, so you'll want to be able to fall back on known working!
03/06/2005 (10:00 am)
Where are you looking for a "drop-down listbox"? All of the gui stuff is in the Gui Editor--press F-10 once you've loaded up a game.Make sure you back things up before experimenting--doing the wrong thing(s) in the Gui Editor can cause some play issues, so you'll want to be able to fall back on known working!
#4
thanks
03/06/2005 (10:13 am)
Yes, I'm in the GUI editor. And I want add a listbox to the GUI, does that exist, if so, what's the name of it?thanks
#5
03/06/2005 (10:24 am)
Currently I think the best list (although incomplete) can be found in The Essential Guide to Torque Gaming Engine. Download the .pdf, it has a section on gui controls.
#6
03/06/2005 (11:07 am)
The GuiPopupMenuCtrl seems to be what I was looking for. Now I just have to figure out how to add elements to it.
Associate Kyle Carter