blaat34 Posted February 12, 2015 Posted February 12, 2015 Hello, I want to create a script that ask’s multiple “inputboxes” into one screen? For example see attachment, i want to use this kind of code $DATA1= InputBox("DATA1", "Enter the 1 or 2 character code." , "5") $DATA2= InputBox("DATA2", "Enter the 1 or 2 character code." , "5") $DATA3= InputBox("DATA3", "Enter the 1 or 2 character code." , "5") $DATA4= InputBox("DATA4", "Enter the 1 or 2 character code." , "5") Thank you very much!
UEZ Posted February 12, 2015 Posted February 12, 2015 Try GUICtrlCreateInput() Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Bert Posted February 12, 2015 Posted February 12, 2015 Look at Koda. It is on the tools menu in SciTE The Vollatran project My blog: http://www.vollysinterestingshit.com/
TheSaint Posted February 12, 2015 Posted February 12, 2015 In other words, create a GUI (program window) with as many Inputs as you need. The Help file is your friend. Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now