Game Development Community

Listboxes and Grids

by Dana Dill · in Torque X 2D · 04/12/2007 (10:00 pm) · 2 replies

Hi,

I have a lot of data to display in my game. It is a sports sim and viewing stats are a big part of the game. How difficult is it going to be to display a lot of text and be able to sort and such just like a grid on a winform? Also, what about other controls like radio buttons, editboxes, comboboxes and such?

Thanks for any direction or help.

Dana

#1
04/13/2007 (10:42 am)
Thats basically the GUI. Its not very well supported right now. Check out the TorqueCombat template though, that has a bunch of stuff done with the GUI, and is certainly a window into what can be possible.
#2
04/13/2007 (11:01 am)
Thanks! I will look at it more closely.

Dana