Page 1 of 1

Networking List Box

Posted: Mon Feb 02, 2004 1:29 am
by Robomaniac
I'm currently trying to create a server list box, that contains items for server name, ping, and number of players. Is this possible using just one Irrlicht list box w/ collums, or do i need to do three list boxes that are bound together. (ex. when one scrolls, the other scrolls, when you select something in one box, the corresponding item in the other boxes are selected. Thanks in advance.

Posted: Mon Feb 02, 2004 6:36 am
by niko
I think the easiest way would be to use one listbox and add all three strings as one into it. Or extend the listbox a little bit, letting it draw 3 strings per item instead of one. Seems that the gui environment will need a table-element soon. :)