Tagged Questions

1
vote
1answer
16 views

How to store Flex 3 ColorPicker Value in a variable and bind the variable to a textInput

Hello Stackoverflowers, Can anybody help me out? I would like to store a hex colorPicker value in a variable and then cast the value of the var backout to a textInput. The textInput is just to see …
0
votes
0answers
32 views

HTML input text cannot select text using mouse

I have a HTML page with input text elements and textarea elements. Text typed into these elements can be selected with the mouse cursor. Clicking anywhere on the text value places cursor in that …
0
votes
2answers
45 views

set a value to a textbox which had focus in javascript

Hai guys, I have three textboxes and one listbox... If the user clicks the first textbox and then click a list item the selected item must be set as value to the textbox... I want this in …
0
votes
1answer
43 views

How to read input from the keyboard in Objective-C

Hi I am making a program that gets input from the keyboard and I was wondering if there was any way to get input from the keyboard and store it in an NSString object.
1
vote
3answers
54 views

Text Input Field CSS Styling

I have a text input field that has some sample text in a light gray font that I'm clearing when the user clicks to type in the field. When that happens I'd like to also change the font color to black …
0
votes
3answers
166 views

Flex: Text Input that accepts number only

Need a code that only accepts numbers. Upon inputting, the code must check if it is number, if not, it must remove the entered key or not enter it at all
0
votes
1answer
74 views

Flex: How to change caret (text cursor) in editable text area / text input

I need to put together an editable text area that has a custom caret (cursor) which is different from the default blinking vertical line. Is the caret a "skinnable" property of text input? Please …
0
votes
1answer
139 views

HTML text input event

I have a form, and want to disable/enable its submit button depending on whether the form's input text fields are empty or have had text entered into them. I think this means having an event handler …
0
votes
2answers
133 views

Handling TextInput width and styles in Flex

Hello! I made a Form container with few TextInput fields in Flex and I would like to change a style of clicked TextInput element. I managed to do it with MouseEvent.CLICK event listener but it is not …
0
votes
2answers
63 views

How to cancel edit/disable cached input (of type text) value?

I have an input of type text, from which I have already entered value 1234 it has been saved in cache as shown below. The problem here is that, it is extremely frustrating to select the textbox in …
0
votes
1answer
87 views

How can I avoid iphone safari first letter in caps

Hello, I am designing a small webpage targeted for the iPhone/iPod touch. I have a form that requires the user to enter a code. When you tap on the corresponding field, the iphone will automatically …
0
votes
2answers
168 views

How can I programmatically show the toolTip on a TextInput when a validator returns “invalid”?

I have a form with a TextInput that has a custom Validator. I call the Validator logic and handle the result programmatically. This all works fine, except for one problem. The TextInput gets …
0
votes
2answers
55 views

Extending the TextInput class

Extend the TextInput Class/component to accept a "value" property as a number. I know there is a restrict method, that only allows for specified characters. The problem I am having is using a …
0
votes
1answer
193 views

WPF: Textbox not firing onTextInput event

So basically, I have a bunch of TextBoxes that the user gets to fill out. I've got a button that I want to keep disabled until all the TextBoxes have had text entered in them. Here is a sample XAML …
0
votes
1answer
63 views

PreviewTextInput is not fired when the focus is on checkbox / Handling the PreviewTextInput in Main window and not allowing child control steal the characters

I have the following code. The window has a textbox and a checkbox. If I have focus on the anything other than checkbox and type something like 123-456 then for each character PreviewKeyDown and …

1 2 3 next
15 30 50 per page