Hello !
I am still working on my multiplayer tank game and I got a problem.
I retrieve game list using AJAX and put datas into a HashTable C3 plugin. Then i loop and can get all games datas. But how display that ?
Solution 1 tried :
A "game entry" on the list is composed by several text and images. In the layout already tried to pre-create containers with all elements and duplicate it for filling the list. Then in the event sheet I just have to customize all elements with datas and hide the rest.
But hiding a container does not hide contained elements, moving either move elements. Destroy is working but i cant destroy "games entries" if i want to do pagination ...
How it looks :
Thanks :)