I believe i have that topic worded right?
This app is my first project that will use User Text Input.
using native.newTextField I want to allow users to type a message, and upon closing the overlay window, it saves to the “myData.lua” file where i store variables.
I do not know how to go about doing this, though.
If the user types Hello into field one.
then * myData.msg1 = “Hello” * should happen once they close the window.
This is so i can later pull myData.msg1 to use in display.newText, and get the word “Hello” displayed on the screen.
Would also be helpful if the same messages were loaded back into the input field if they go back to the options.
There will be several other fields as well, but if i can understand one, I will be able to add all of the others.
I have no real code right now, other than this “brainstorming” above, so I cannot paste anything.
Thanks in advance.
I will be tackling this problem in a day or two, so i thought i could get a head start by asking.
Tyler