For questions related to a single-line, text input. EG: ``, or a UITextField, or TextInput (Flash), or `` (RSS). ... Use textarea for multiline or WYSIWYG text controls.

learn more… | top users | synonyms

0
votes
1answer
138 views

Getting input from input-boxes inside tables

<!DOCTYPE html> <html> <head> <style> p { color:blue; margin:8px; } </style> <script src="http://code.jquery.com/jquery-latest.js"></script> ...
1
vote
1answer
203 views

getting input from last input-areas in an array of dynamically generated text inputs

In this piece of code, whenever you click the OK button, a number is displayed below it and right next to that number is an input field. This happens 10 times, each time a new number is displayed ...
0
votes
1answer
245 views

Send a user's text input to a database to update [closed]

Pretty new here. But before I ask my question, I'm not looking for "teh codez". I just want to know how one would go about doing this. I have some regular HTML textboxes in a web page, and I want to ...
1
vote
0answers
343 views

Flex - invisible text until mouse pointer moves outside textInput

We have an application running flex sdk 4.5 and have recently encountered an issue with textInput fields which we have not been able to reproduce on our end for the better part of a month now. Here ...
0
votes
2answers
367 views

Catch text input without textField

Here a question for the pros... I'm developing an application on Ipad and i'm using a barcode reader with bluetooth. I have sync the barcode reader with my Ipad and I can catch the text on a textField ...
0
votes
1answer
204 views

Input Method (IMKit) setup trouble

I'm trying to create a new input method using IMKit. The documentation is very lacking, but I believe I'm setting the project up correctly and I place the input method into ~/Library/Input Methods ...
1
vote
1answer
443 views

Flex mobile application TextInput width issue

I made a simple Flex mobile application to test TextInput fields. I define my View with width=height=100% and use vertical layout. Inside I'm simply placing static TextInput components with width of ...
1
vote
1answer
2k views

restricting character set in a Textinput field

I have a TextInput field that should be restricted to either capital letters, lowercase letters, numbers and underscores. This is the code I'm trying to use to restrict characters: ...
0
votes
1answer
896 views

Flex TextInput does not fire FocusIn event when editing is disabled

I have been trying out the Callout control in Flex 4.6 to use in a mobile app instead of a combo. The scenario is that you have a TextInput that has a prompt to the user to "Select ..." and when you ...
0
votes
2answers
1k views

Flex 4.6 TextInput Keyboard on iOS

I have migrated my app from Flex 4.5.1 to Flex 4.6 and the TextInput click event was broken so I do this « skinClass="spark.skins.mobile.TextInputSkin" » (like was suggest here ...
0
votes
1answer
915 views

Django: read-only field in form not submitted

In my form I have one read-only field. The content of the field will be filled by a java script and depends on the input to the editable fields. To avoid that users modify the field data, I would like ...
0
votes
3answers
241 views

In ActionScript3 I cannot view a long text in TextInput

Hi, I design a TextInput by using components in Flash, height=240 width=400. While I'm typing a long text, half of the text is cut out. How can i correct this problem? Thanks in advance!
0
votes
1answer
189 views

How to remove a particular text in TextInput in Flash?

Design a Text Input by using components in flash and its InstanceName is listChat.In that text input i added a text by Dynamically.while am adding text it displays with null. For Example i added ...
0
votes
1answer
591 views

jQuery blur not working

jQuery's blur() function refuses to work. Although the input value gets saved, it doesn't show. Can anyone tell me why? I've also tried on('blur', function(){}); with no luck. ...
0
votes
1answer
367 views

To add color for textInput in Flash?

I have an issue with applying backgroundColor to a TextInput component in Flash. I have a MoveClip called LastLayer; in that Layer i designed the TextInput by using components. Now I want to add the ...
-1
votes
1answer
640 views

Adobe Flex: Error#1034 in trying to validate datagrid input

Trying to validate the input in my data grid, I am using a function (taken from an Adobe example). This is how the grid goes: <mx:DataGrid id="CashGrid" dataProvider="{cash}" editable="true" ...
0
votes
1answer
109 views

Applying DropShadowFilter to text within mx.controls.TextInput component in Flex 3

Is there a way to apply, say, a DropShadowFilter to the text within a TextInput component in Flex 3 without affecting the component itself?
0
votes
1answer
158 views

Blackberry input field that mimics the input field of Android

I'm trying to make a login screen for Blackberry with input fields for username and password that look like the the editText field of android. Basically, there should be a well defined background and ...
0
votes
1answer
209 views

flex adaptative textinput function of maxchars

I want to build a textinput that adapts itself from the maxchars value of its textdisplay. I tried to override the init function of the component like this: override protected function ...
0
votes
1answer
2k views

Send message from Activity to Service - Android

I am writing a keyboard replacement app for Android, and I needed the keyboard customized enough that I need to run it in an Activity, instead of keeping it in the InputMethodService class. Here is ...
1
vote
1answer
785 views

How to give focus to a TextInput programmatically in Actionscript 2?

I am trying to write a small piece of Actionscript that gives focus to a TextInput. The reason being, I don't want my user to have to click into the text field to see the cursor and start typing, it ...
0
votes
3answers
264 views

Why does the submit button only work when pressed twice on my example?

Please look at this fiddle: http://jsfiddle.net/uNbYu/1/ When the submit button is pressed once, It removes the text edit for no apparent reason, but doesn't do anything, but the second time, it ...
0
votes
3answers
57 views

Be able to edit the text of a <p> on click and change the original value

Is there a way to be able to edit the text in a <p> element when you click it, like make it a text input when you click on it, I can kind of manage this on my own, but would like to know a ...
0
votes
1answer
110 views

Is there a way i can set the Edit text to leave a text box on pressing the “Enter” key?

I have created an edit text box where the user can input information. As soon as the user clicks on the box the text keys of the android phone comes up. However, when the user finishes entering ...
0
votes
1answer
199 views

Define new mac text input source

I would like to create a new "International Text Input Source" along the lines of the built-in Japanese input source where you can type in roman letters and get a drop-down of choices to choose from. ...
5
votes
4answers
121 views

Have text that clears when you click on it

I would like to know how to implement something like stack overflow when you post a question: "At least one tag such as (css html asp.net), max 5 tags. How can I implement something like this for a ...
0
votes
1answer
359 views

Custom TextInput and variable size in Flex

I want to create a custom textinput component in flex. The component is made of one background rectangle (spark.primitive.Rect) and one inside rectangle that will contain the text. My problem is that ...
0
votes
0answers
352 views

TextInput focusOut not behaving as expected

(using flex SDK 3.5 here) I think I can easily demonstrate a bug in Flex concerning the focusOut event. In my program this is fired not only for the control actually losing focus but the focusOut ...
3
votes
3answers
131 views

Why does ColdFusion think that the value “7+” is a valid integer value, and how I can validate that it is not?

I have a form for users to input quantities. The form has client-side validation to ensure that the value is an integer and within a given range. The action page has server-side validation to ensure ...
0
votes
1answer
510 views

Accessing the contextMenu of a spark TextInput component

How can I add custom context menu items to the context menu of a spark TextInput component? I am using Flex 4.5.1. Assuming I have a spark TextInput called sparktext: trace(sparktext.contextMenu) // ...
0
votes
4answers
4k views

Reading a text file in Objective C

I have looked at several other peoples problems similar to this on the site but have found nothing to help solve this... So I am trying to read in a text file, which is the same directory as my main ...
0
votes
2answers
453 views

jQuery Add http:// as prefix to text input if there is none

I have a text input that need an url as value (complete of http://) and I want that if the user don't writes it himself if gets added automatically. My code as follows, jQuery ...
0
votes
0answers
173 views

Input text cursor show at top layer in fixed header for IE browser

I make my header fixed using CSS and when user will focus on input text and scroll vertical then blink cursor shown over header in IE browser but in other browser its shown behind header.
0
votes
1answer
176 views

Homework Help; Reading from multiple files into Vectors/Arrays

Okay my assignment is to read in from 2 separate files. The first file reads in "HallOfFameMember" and should then be stored in a vector. The second should read in and then be stored to an array of ...
0
votes
2answers
95 views

How to change the text input value to none in this existing project upon focus, in jquery

I have this so far: http://jsfiddle.net/26eVE/4/ I want that when the user clicks on the small input field (that one with value 1 as default), the value changes from 1 to "". EDIT: Also after the ...
0
votes
1answer
107 views

How to save StringListProperty from input type text - Appengine Python

I need to save the value of an input type text into a StringListProperty property in Google Appengine with Python. If I try: author.books = self.request.get('books') author.put() Then I get a ...
0
votes
1answer
75 views

Can anyone recommend an Android text pre-fill library

I'm looking for a library that does something similar to what the input field in Google's search input does. I know it's a long shot, but thought perhaps it's part of the SDK and I'm overlooking it, ...
1
vote
1answer
437 views

Incrementing value (integer) in an input type field

I have input text and I want to increase the number that is inside using the key up or down. I have: <input type="text" value="1" name="qty" /> After digging stackoverflow I found: Is it ...
1
vote
2answers
282 views

Actionscript 3 Flash Keyboard Event

I wonder could some one enlighten me on an easier way of solving this code.I am new to flash and actionscript. I want to have a text box, where a user enters their name. Each time a charachter is ...
1
vote
2answers
392 views

How to set text property on keyDownHandler on TextInput in Flex 3

Simple and straight forward. I extended a mx.controls.TextInput to create a custom component with a different behavior. I'm trying to set the text property on the keyDownHandler(), and for some reason ...
-1
votes
2answers
206 views

How to return the focus to a textInput in a browser

I need to focus a text input into the Facebook login popup. I am using a virtual keyboard to simulate a physical one, but when I click a key, the text input lose focus and the letter is not written ...
0
votes
1answer
125 views

Objective C - Read plaintext multicolumn file into several column arrays

I have seen several threads about file handling in Objective C but can't find a simple systematic way to do this: let's say you have a multicolumn data files where each x y z ... columns are separated ...
1
vote
1answer
699 views

Silverlight TextBox events to validate text input

Hello I'm trying to handle the user's input to the TextBox in Silverlight. I need to catch the text that's been entered and if it is not valid dismiss it. I've tried processing KeyDown and ...
0
votes
3answers
2k views

Aligning labels below text input

I am trying to align labels in a form to go below a text input box. I have adapted my CSS from here. It displays perfectly in IE 9, but I am having trouble with firefox, chrome and others. Here's ...
4
votes
3answers
1k views

How can I make my EditText five lines high without using android:inputType=“textMultiLine”?

I want to have a EditText view that is five lines high. I want it five lines high for visual appeal reasons only (so that it does not appear cramped). The code below does not work, the EditText ...
3
votes
2answers
621 views

jQuery: How to focus on input text field such that the cursor is placed at the end of the text?

Consider the following example: (demo here) HTML: <input type="text" /> <div>Click here to set focus</div> JS: $(function() { $("input").val("Hello"); ...
0
votes
1answer
396 views

rails / css : variable width text inputs

Is this possible? I have an input (just one line, not a text-field) for comments which currently has a set width of 200px. But Could I make this text input scale with the browser width? So if the ...
0
votes
1answer
126 views

Flex texItem internal Shadow

I searched a lot but without result... is it possibile to add an internal shadow to a textInput? using skin or css? I'd like to have the textInput feel like it has some depth not a simple flat ...
2
votes
1answer
2k views

How to make the Windows OSK open when a TextBox gets focus, instead of requiring users to tap a keyboard icon?

We are working on a WPF application in .NET 4 that will be used with a touch screen. We are trying to use the built-in Windows OSK for our input, and the last remaining issue is to get the keyboard ...
5
votes
2answers
594 views

Android keyboard does not open when using media queries

I have a mobile site that includes a search box at the bottom. I also use media queries to hide content in portrait mode and display it in landscape mode. However in Android devices when I click on ...

1 3 4 5 6 7 9