Author Topic: GUI Click Text  (Read 1565 times)

I'm making my own GUI but I need to know how to make it so you can click the text in a list. Such as when you join a server, you click the server and it turns highlighted with a grey box, I need to know how to do that. Any help would be appreciated!

guiTextListCtrl which should be put into a scroll control.

Thanks elm, I really appreciate the help. Also, very good job on your LoB, it's great!

Edit: Wait, would I do that for every individual text I'm trying to click? Or it just allows me to click on all of them?
e.g. is every server on the server list an invdividual guiTextListCtrl? Or are they all one guiTextListCtrl?
« Last Edit: March 30, 2013, 11:56:56 PM by Gordo12699 »

See here for reference on GuiTextListCtrl usage:
http://forum.blockland.us/index.php?topic=174198.msg4471883#msg4471883

I'd be happy to clarify on anything if you need me to, or someone else if I'm too slow.

Thanks otto-san, I will put this to use.

In the link you sent me is
Code: [Select]
%list = CONTROL_NAME; supposed to be the scrollCtrl or the textcontrol?

In the link you sent me is
Code: [Select]
%list = CONTROL_NAME; supposed to be the scrollCtrl or the textcontrol?
The text list.