rewb0rn
24-03-2009 22:19:20
Hey,
I am currently working on my multiplayer features, namely the screen where you wait for other players to join your game. As I have different amounts of slots depending on the users settings, I would need to create different counts of slots for players in the gui, e.g.
1. Name: ____ Skill: __ [Kick]
2. Name: ____ Skill: __ [Kick]
3. Name: ____ Skill: __ [Kick]
4. Name: ____ Skill: __ [Kick]
[Start Game]
The best way for me would be if there was a way to copy existing gui elements like a panel, including all children, so I could easily extend my form by the amount of slots needed. Is there a way to do this in MyGUI?
I am currently working on my multiplayer features, namely the screen where you wait for other players to join your game. As I have different amounts of slots depending on the users settings, I would need to create different counts of slots for players in the gui, e.g.
1. Name: ____ Skill: __ [Kick]
2. Name: ____ Skill: __ [Kick]
3. Name: ____ Skill: __ [Kick]
4. Name: ____ Skill: __ [Kick]
[Start Game]
The best way for me would be if there was a way to copy existing gui elements like a panel, including all children, so I could easily extend my form by the amount of slots needed. Is there a way to do this in MyGUI?