Home > other >  In Lua edittext how to assign variables
In Lua edittext how to assign variables

Time:10-07

In lua AertDialog. Bulider edittext input text of (this) how to get to the variable,
Like
AlertDialog. Builder (this)
SetTitle (" please enter ")
SetView (EditText (this))
. SetPositiveButton (" sure, "nil)
SetNegativeButton (" cancel ", nil)
The show ();
How to get the inside of the EditText (this)
  • Related