GUI Table Control
by CEMA, Monash University · in Torque Game Engine · 03/16/2006 (9:35 pm) · 1 replies
I want to display a table of values in the GUI, like this:
Is there a "table" control in the list of available controls? Being able to modify the table, or put a GuiPopupMenuCtrl inside it would be cool.
If there isn't I guess I will just use GuiTextListCtrl to display this information.
Nick
+------------+-----------+ | material1 | tree | | | | +------------+-----------+ | material2 | rock | | | | +------------+-----------+ | material3 | grass | | | | +------------+-----------+
Is there a "table" control in the list of available controls? Being able to modify the table, or put a GuiPopupMenuCtrl inside it would be cool.
If there isn't I guess I will just use GuiTextListCtrl to display this information.
Nick
Torque Owner CEMA, Monash University
Here's how to do columns: www.garagegames.com/mg/forums/result.thread.php?qt=21339