Blockland Forums > Suggestions & Requests
A "gui selection" ui.
Dglider:
Sounds confusing doesn't it?
So herez problem:
I have at least 6 keys bound to the gui's for some of the different add-on's I have installed.
Every time I install a new one, I have to find a new free button for a gui that I'm probably only going to use once.
Solution:
A single gui that has a list of all of the other addon-related guis installed. Double-click a name to close the gui selector and open the addon gui.
I suggest adding a way to select which guis show up on the list. And a way to name them.
Pecon:
This is a neat idea, I don't think I'm capable enough to do it, though.
Honorabl3:
The difficult part is getting the list of GUI's on the GUI. So if anyone knows a way, please post here.
Zeblote:
--- Quote from: Honorabl3 on April 07, 2013, 04:40:19 AM ---The difficult part is getting the list of GUI's on the GUI. So if anyone knows a way, please post here.
--- End quote ---
Look through the GuiGroup and check for stuff that isn't default?
However that would not work well, because what if the add-on has multiple guis and you aren't supposed to see gui x before you did stuff in gui y?
THis would only work if the gui add-ons add a line of code to register their guis for this
Honorabl3:
I didn't know about GUIGroup, thank you. And good point with the multiple GUI thing. I'll try to prevent that, but I don't know if I will succeed.