Questions tagged as 'text'

0
answers

set Text in the options of a listview

I'm doing a listview and I want each option to access an activity created separately, but that activity accesses a different text of each option. Can you help me?? I have created three classes (one is Main activity, another is the adapter of my...
asked by 18.06.2018 / 10:50
1
answer

help with regular PHP expression

I have the following code: $tiempo= shell_exec(" curl -o /dev/null -w 'Conexión: %{time_connect} FB: % {time_starttransfer} Tiempo Total: %{time_total} \n' " . $dominio); echo "<br>"; echo "Tiempos de carga: ". $tiempo; $conexio...
asked by 07.06.2018 / 20:43
0
answers

how to capture text within a python tkinter function?

I am working on a program to close the basic programming course of the university. The purpose of the program is to make the return of lost electronic objects within the U easier and safer. I am working in python and I am new to the graphic inte...
asked by 17.05.2018 / 03:58
1
answer

how to validate a jtextfield from mvc that enter only numbers

An example of this is the validation that a textfield, its length is equal to 4 but, how would you do so that when entering you are only numbers and only letters? public void keyTyped(KeyEvent e) { if(e.getSource().equals(t.getTxtdesc()))...
asked by 08.05.2018 / 06:28
0
answers

How they encrypted a text sql server field and that they suggest me to decrypt

I must recover the contents of a database but I do not know what method they used here, the field is of the text type     
asked by 10.04.2018 / 17:49
1
answer

Uncaught TypeError: Can not read property 'type' of undefined - Javascript

I want to clean ALL the fields of the form that are of type "text", it works correctly for me but in the console I get the following error: formulario.js:175 Uncaught TypeError: Cannot read property 'type' of undefined Code: function li...
asked by 25.05.2017 / 13:21
1
answer

JQuery replace text dynamically [closed]

I am trying to create a gallery where the texts change when the user clicks on the pink bar that now shows the text: "Previus Text" / "Post Text", respectively. Here the code: link What I do not get in any way is that all the texts that...
asked by 02.09.2017 / 23:30