I'm trying to create an interface where you can input commands and it carries out the related process. It does this searching through an ini file and if the command exists, then it carries out the right action.
The problem is that no matter what I've tried it doesn't seem to be doing the ini search at all. I have posted the file
to show what I'm doing. Sorry, it's very messy at the moment because I was trying to see what was happeing. The ini file is also in there. The search function I was describing is under the Command Line group.
Another side thing I tried to add is a list of values. If you type server_list and press enter a list comes up. What I was trying to do is make it so you can enter any of the entry values into the input and it will add it to the list in the top right if there is less than 4 slots available. Then it adds the values of that entry in the ini file to the slot. Each entry should only be able to be added once.
Any ideas/suggestions/examples/help will be greatly appreciated.