Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Paniku

Pages: [1]
1
When attempting to select the source for a Property Binding, my get properties aren't listed. Is this intended? Any way to work around this? Using 3.6.8.

2
NGUI 3 Support / Dynamic button placement and creation
« on: October 02, 2013, 08:44:07 AM »
I'm making a server browser for a multiplayer a game. Currently, I'm using the default UITextList script to display active servers, however, I need a way to interact with them. Each line (server) in the text list should be able to be double clicked (or have a button placed beside them).

What would be a good way to do this? Is the UITextList too basic to handle this kind of thing? How would I handle possibly dozens of buttons/clickable labels (keeping in mind the server list can be refreshed with new servers appearing and old ones disappearing).

For reference, here's a screenshot of the current (barebones) implementation of the server browser:

Each line in the list (representing a room) should be individually interact-able.

Pages: [1]