Game Development Community

Collapsible GUI Elements

by Joshua Halls (Xerves) · in Torque Game Engine · 11/29/2008 (3:20 pm) · 2 replies

Anyone seen a resource that collapse a panel of information. Similiar to this AJAX example listed below?

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CollapsiblePanel/CollapsiblePanel.aspx

Mainly looking to have some kind of trigger (probably an image) that you click on that will expand/collapse a panel of information. If not I will perhaps give it a shot of making one, but didn't want to reinvent the wheel if it wasn't needed.

About the author

Part of the team that works on The Repopulation, a SciFi based MMO using a heavily modified version of the Torque MMO Kit - T3D. I also take care of the T3D version of the Torque MMO Kit.


#1
11/29/2008 (4:51 pm)
GuiRolloutCtrl is probably what you're thinking of.
#2
11/29/2008 (6:14 pm)
Makes sense I guess that it already exists :-). Thanks, I will have to learn how it works.