Page 1 of 1

Menu Listbox

Posted: Tue Jan 17, 2006 6:34 pm
by rbottoms
How do you add items to an ITEM_TYPE_LISTBOX?

My game will be hardwired to the servers on the backend so I want to put the available servers into the drop down and then call my function to connect when the user clicks join.

It would be

<action on menu load: fill listbox rows with scriptsnames>

<other stuff happens>

click
{
uiScript <currently_selected_listbox_item>

}

Posted: Thu Jan 19, 2006 8:49 am
by rbottoms
Solution provided in a tutorial from else-list:

http://www.rfactory.org/newfeeder.html