A TextBox, where the user can type in his name
Opens a dialog that shows the given prompt message and a TextBox control with a default answer.
Abre un cuadro de diálogo que muestra el mensaje de solicitud dado y un cuadro de texto con una respuesta predeterminada.
For that reason, I have added a button next to the TextBox, which will update the source value on demand.
Por esta razón, he añadido un botón al lado de la caja de texto, el cual actualizará el valor de la fuente cuando se le pida.
Important: this new virtual keyboard does not automatically appear when you focus or gaze in a TextBox.
Importante: el teclado virtual no aparece automáticamente cuando hacemos foco en una caja de texto.
The user will type his name into a TextBox, click a button, and a greeting with his name will appear.
El usuario se escriba su nombre en un cuadro de texto, haga clic en un botón, y aparecerá un saludo con su nombre.
I added the TextBox with the numeric value just before compiling the code... because some testers had to search some seconds to find how to read it without;)
Yo añadido el cuadro de texto con el valor numérico justo antes de compilar el código... porque algunos probadores tuvieron que buscar algunos segundos para encontrar cómo leerlo sin;)
Text boxes. Your customers can write a text in a single line (Input text) or in a more TextBox (test task)
Tus clientes podrán escribir un texto limitado en una sola línea (Input text) o en un cuadro de texto mayor (test tarea)
For this particular dialog, I just wanted a Label telling the user which information we need from him/her, a TextBox for entering the answer, and then the usual Ok and Cancel buttons.
Para este cuadro de diálogo en particular, solo quería una etiqueta que indicara al usuario qué información necesitamos de él/ella, un cuadro de texto para ingresar la respuesta y luego los típicos botones Aceptar y Cancelar.
The third and last TextBox uses the PropertyChanged value, which means that the source value will be updated each time the bound property changes, which it does in this case as soon as the text changes.
La tercera y última caja de texto usa el valor PropertyChanged, lo cual quiere decir que el valor de la fuente será actualizado cada vez que la propiedad ligada cambie, lo cual hace en este caso, tan pronto como el texto cambia.
The second TextBox uses the LostFocus value, which is actually the default for a Text binding.
La segunda caja de texto usa el valor LostFocus, el cual es el que viene por defecto para los enlaces de texto.
The TextBox does the work for us.
El TextBox hace el trabajo por nosotros.
Now, try running the website, and enter a date in our new TextBox.
Ahora, prueba correr el sitio web, e ingresa una fecha en nuestro nuevo TextBox.
You can use it to make sure that the user has entered something in a TextBox control.
Puedes utilizarlo para asegurarte que el usuario haya agregado algo en un control TextBox.