Networking List Box

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Networking List Box

Post 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.
The Robomaniac
Project Head / Lead Programmer
Centaur Force
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post 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. :)
Post Reply