Posted 16 May 2013 - 05:21 AM
Hello all, I have run into a small problem while writing my application. Basically what it does it gets a list of stargate names from my server (http://projectbuilder.info/fetch.php?cmd=page&ID=gatedirectory&buffer=0) and then what I want it to do next is create a selectable menu out of the list, so that if the user selects one and presses enter, the program would return the name they selected, and then it would ask the server what the address for that name is.
I'm only having problems making the list from the data, I understand all the http stuff fine. From the examples I have seen, it would appear that in order to make a menu as I have described, I would have to parse my list and return a script which indicates a separate condition for each selection, defining which item should be highlighted.
It seems to me that certainly there must be some way to do this dynamically with a loop, without pre-processing the list into a menu script?
Any help would be much appreciated! Thanks, loving this plugin.
I'm only having problems making the list from the data, I understand all the http stuff fine. From the examples I have seen, it would appear that in order to make a menu as I have described, I would have to parse my list and return a script which indicates a separate condition for each selection, defining which item should be highlighted.
It seems to me that certainly there must be some way to do this dynamically with a loop, without pre-processing the list into a menu script?
Any help would be much appreciated! Thanks, loving this plugin.