A textfield's is a widget which allow the user to input text information to be used by the program.
0
votes
0answers
6 views
Libgdx Scene2d - Set actor ( TextField ) padding?
i have been having trouble setting padding or something similar to an actor. Cant figure out the way. I guess that I must add something in the skin maybe?
I have this TextField:
textboxskin ...
0
votes
1answer
14 views
Selenium WebDriver: Size of the text field
I'm stuck with one basic issue in Selenium WebDriver: How to test a capacity of the text field in the form? I have used .sendKeys(String) and then I tried to get the text back with .getText(), but it ...
0
votes
0answers
20 views
AS3 - setTextFormat(), defaultTextFormat not working as designed?
I am building a Flash swf to check through some XML files using AS3.
I only have access to the Flex compiler, not the actual Flash IDE or Flashdevelop, so all my xml checking code is a single AS ...
0
votes
1answer
16 views
UIWebView hidden by keyboard
I have iPad app with view and uiwebview in it. It is on the bottom with size smaller than keyboard (e.g. 300x200). In webview is page with form loaded.
When I tap into some textfield, keyboard pops ...
0
votes
3answers
35 views
Method appends message the same number of times as what's in the corresponding array
I have an array of answers that get's checked during a method. The usersinout then get's checked to see if it matches anything from the array of answers, if it does fine. However when it does, I call ...
0
votes
2answers
32 views
Activate iOS Email app when E-Mail address in a TextField is tapped
I am writing a contact app and am having problems figuring out how to activate the e-mail app on my iPhone/iPad from within my app. I can add in the e-mail address into the textfield but i haven't ...
0
votes
1answer
6 views
For mobile browser when a text field is in focus how do I “push” the text field to the top of the page instead of the default middle?
For example take a look at google.com on your iPhone or Android. When I tap the search text field it automatically goes straight to the top of the phone's screen, allowing maximum autocomplete list ...
0
votes
1answer
48 views
iOS UITextField can't becomeFirstResponder multiple times
I have a UITableView with sections where when you tap on a section, the section expands and there are options to choose from or you can insert your own option via a UITextField in one of the ...
0
votes
1answer
23 views
How to unmask a JavaFX PasswordField or properly mask a TextField?
In a UI of mine, I have a PasswordField like so (urm the one at the bottom!):
I want a user to be able to check the checkbox you see in the picture and have all "secret" password characters ...
-4
votes
2answers
37 views
How to echo databse value to input feild in html [closed]
I'm working on this MySQL table and I want to display data inside text field. I can fetch data in to div and i need it inside text field. Any thoughts.??
Here is my code to put inside text field and ...
0
votes
4answers
41 views
Check If TextField is Equal to an Element in an ArrayList
I have the user type in to a TextField in an Applet which I want to check that the String they typed is equal to the corresponding element in the ArrayList of answers, however I get a large compile ...
0
votes
1answer
39 views
Assigning current array index to a variable in order to increment it?
I have an array of messages which are called upon to display in a textfield. I would like to assign the array index i.e. [0] to a variable so that when the person enters the correct text I can get the ...
1
vote
2answers
34 views
Comparing TextField with new line
import flash.text.TextField;
var txtBack:TextField=new TextField();
txtBack.text="\n";
trace(txtBack.text=="\n");
trace(txtBack.text=="");
Why does it trace false?
1
vote
2answers
29 views
difference between text_general and text_en in solr?
I find I can use different tokenizer/analyzer for different language for text_general field.
But there exists text_en as well.
Why do we need two?
Suppose we have a sentence in an asian language ...
0
votes
1answer
28 views
The best way of loading and parsing css stylesheet in flash as3
Is not the first time that I have this "problem". Other times, I did solve it avoiding the problem, but now I want to face it.
The idea is to load some file "myBeautifulStyles.css" with a simple css ...
-3
votes
1answer
46 views
Single and double quotes in textfield, how to make them visible?
How can you make single and double quotes visible inside a text field? The data is retrived from a database. For example:
//PHP code
$sor = mysqli_fetch_assoc($eredmeny);
$string = ...
0
votes
0answers
6 views
CGRectMake not working in combination with UITextfield
i use the following code to change the y-coordinate for my UITableView:
amountTableView.frame = CGRectMake(11, 180, 288, 274);
On the same View, i have a Textfield with the following code witch ...
0
votes
1answer
32 views
Confusion in JTextField () of jython in sikuli
This is my code :-
from javax.swing import *
class Example(JFrame):
def __init__(self):
super(Example, self).__init__()
self.initUI()
def ...
1
vote
3answers
45 views
How best way to resize textfield to fit all text
I got a textField (html text) that is very dynamic, and I have to resize the box to fix it and calculate the space occupied. I'm using...
myTextField.height = myTextField.textHeight;
But the result ...
0
votes
4answers
40 views
How can I execute a PHP script with a Javascript variable on a Js button click? [closed]
I would like to run a PHP segment of code with veriables from a Javascript text field while using that veriable in the PHP function. All of that should be executed with a Javascript button click.
[Js ...
-1
votes
2answers
45 views
Bugs in reading and writing to text file
I am developing an app, in which the user puts some numeric info in some text fields, the app is supposed to write the info into a txt file for later use, for example next time the app is opened or a ...
1
vote
3answers
51 views
How to get id and value for each field? JQuery
Dear stackoverflowers,
I have a question about getting the id and value for a specific field. Right now, i have the following code:
<div class="category_edit_form">
<input type = "text" ...
1
vote
1answer
27 views
Pass a reference for a textfield to an object
I am working in Actionscript 3 here to control flash, however I think the problem is a generic object orientated one.
I have created a TextField in AS3, and this is displayed on the screen within the ...
1
vote
4answers
43 views
Use Jquery, pull text out of textfield and put it in unordered list onClick
I'm building a Chat. I need to use Jquery to pull the text the user enters into the textfield out of the textfield, and put it into my unordered list when the send button is clicked. Am I close at ...
-1
votes
0answers
24 views
HTML 5 validation, javascript, textfield [closed]
I have this code on my website:
<input type="text" class="mezo" name="mezo" id="mezo" maxlength="60" onFocus="countChars(this.id)" onBlur="countChars(this.id)" onKeyDown="countChars('this.id)" ...
0
votes
2answers
55 views
Cocoa touch code to set NSInteger to number in a text field
I need to set an NSInteger to the number in a text field. And I've googled it and could not find any answer. Does anybody know how to do this
0
votes
1answer
76 views
current username into textfield with grails
How can we put the current user name in the value of a textfield in a GSP
I use spring security plugin
This solution doesn't work
value="${sec.loggedInUserInfo(field:'username')}"
0
votes
0answers
4 views
Complex validation needed involving several elements
I have a customer that has a rather involved input form that validates on the server that they wish me to improve with client-size validation. I know the design looks funny, but it's what they want ...
0
votes
1answer
37 views
Search Data in an ArrayList that saved in a file and print it out in a texfield
i have this button that save input data via textfield in an ArrayLists and save it to a file.
private void btnSaveAActionPerformed(java.awt.event.ActionEvent evt) { ...
0
votes
0answers
33 views
Changing Dynamic TextField to Movie ClipSymbol
Alright guys so this is probably easier than i am making it out to be but basically i have a Dynamic TextField on the Stage with an instance name of "livesText" which gets updated whenever the player ...