Questions tagged as 'text'

1
answer

How can I check the text size of a React-Native input?

Hello, I need to get the text of an input in react-native and check if this typed text has less than 11 characters, how could I do that check? I'm new with react     
asked by 25.11.2017 / 14:37
1
answer

Problem to apply a jQuery mask to a modal

I have a modal in HTML and there are two text fields that should receive dates, I'm trying to apply a mask using jQuery to those fields, but I was not successful, the mask usually applies when the fields are not part of the modal . HTML code:...
asked by 28.12.2016 / 13:01
1
answer

Loading link on the same page, no refresh! [duplicate]

Good evening, good evening I need some help for something that seems very simple but I did not find anything on the net that could be applied. Well, come on: I need the contents of a link to be shown in an input field on the same page, w...
asked by 17.07.2016 / 23:19
1
answer

How to get data from a text file with java?

I have a text file with some data in the following notation [[name: Ricardo]] and I need a function that identifies this mark in the middle of the file, and returns the string with the name in question. I've been tempted to do so with a loop run...
asked by 31.05.2016 / 21:27
0
answers

Viewing text using three.js

I'm new to programming with three.js, and I'm basing myself and trying out several examples that are available on threejs.org, however when I download the required documentation and run it in my browser, I get nothing. This is the code I'm us...
asked by 03.01.2019 / 00:39
2
answers

text above image and lighter image [pending]

Good afternoon everyone, I intend to create a code in html / css that allows me to move the mouse over an image, it becomes clearer, and a text appears on it ... Which commands should I use to achieve this ? Thank you !!     
asked by 06.10.2018 / 19:27
0
answers

assign last field of a table to an input text

I have a table that stores the supplies of a vehicle and would like to make the following code work. I need to get the last record with the mileage of the odometer and already bring the specific input text, called kmPrevious. It has to be the la...
asked by 28.07.2018 / 20:43
0
answers

How do I get text from a textField in python and insert it in a window as if it were a Label?

I'm having this difficulty getting the TextField text and "printable it" in the Tkinter window Code: from tkinter import * from tkinter import messagebox import time jan = Tk() jan.title('KNOM OS') jan.geometry('1366x760+0+0') jan.configur...
asked by 15.07.2018 / 22:48
0
answers

How to change the color and placement of two Labels side by side in XAML?

<Label> <Label.FormattedText> <FormattedString> <Span Text="R$" FontAttributes="Bold" FontSize="Large"/>...
asked by 03.07.2018 / 14:52
0
answers

How to change the color of a part of the text of an InputField via code in UnityEngine.UI?

I would like to change the color of certain words in a text from an InputField via code. Something similar to programming tools, such as Visual Studio, in which certain words are highlighted with different colors. Here is an illustration:...
asked by 27.06.2018 / 05:16