Posted 11 March 2013 - 08:14 AM
I'm making a program that acts as an advanced thauminomicon (thaumcraft item). I am trying to make it so you type what aspect you need and it will show you the best suited item, ranked by rarity, stackability, and excess aspects.
I want it to work similarly to Google's auto search where it searches as you type. My idea was to use an os.pullEvent("char") and have then have it display what you type, but I can't figure out how to display what button you push (though I swear I've done it before, blonde moment I guess). any pointers?
I want it to work similarly to Google's auto search where it searches as you type. My idea was to use an os.pullEvent("char") and have then have it display what you type, but I can't figure out how to display what button you push (though I swear I've done it before, blonde moment I guess). any pointers?