Game Development Community

Using GameListMenu

by Stephen · in Torque 3D Professional · 07/03/2014 (1:38 am) · 6 replies

Is it possible to make the buttons align horizontally instead go vertically? Also to stack them I have linked a example image.

From this..

To this

#1
07/03/2014 (6:05 am)
Simple, just move them. You may have to resize their container object (if there is one) if the buttons get cut off. The GUI Editor has alignment tools for left/center/right/top/bottom... just select the relevant controls and the wanted option for the group.
#2
07/03/2014 (6:19 am)
I have resize the container and nothing it happening beside cutting the buttons off.
#3
07/04/2014 (5:08 am)
I'm not sure how to get the buttons side by side. Any ideas?
#4
07/08/2014 (8:36 am)
Is it possible to have more them one GuiGameListMenuCtrl in a single GUI and be able to move between them without any scripting?
#5
07/08/2014 (9:35 am)
I really doubt it can be done without any scripting - you'd probably have to script something in the head and tail element to set focus on the tail or head element of the other GuiGameListMenuCtrl.
#6
07/08/2014 (10:06 am)
That's what I was figuring. Any ideas on how to do that? I haven't got a clue.