10
votes
3answers
6k views
jQuery Set Cursor Position in Text Area
How do you set the cursor position in a text field using jQuery? I've got a text field with content, and I want the users cursor to be positioned at a certain offset when they focus on the field. …
4
votes
4answers
1k views
Avoiding cursor change over dynamic text fields in Flash CS3
I have a dynamic text field inside a MovieClip symbol. Whenever the mouse pointer is hovered over the symbol, the cursor changes to the I-shaped text editing cursor. This may be a very stupid …
3
votes
3answers
491 views
Auto-complete text field
How do I make an autocomplete text field like the one here at Stack Overflow for the Tags fields? I want to use it for my Rails app.
3
votes
3answers
1k views
How do you programmatically move the caret of a Flex TextArea to the end?
I'm trying to move the caret in a Flex TextArea to the end after appending some text from my code. I've looked through the reference documentation for TextArea and its underlying TextField but it …
2
votes
1answer
310 views
Change color of a dynamic textfield problem
I have this code that should change the color of a dynamic textfield when I rollover the link movieclip, and then back when I rollout. I get no compiler error, it just doesn't work.
function …
2
votes
4answers
1k views
Effects on htmlText in a TextField
In Flash when you set text in a TextField object with the htmlText property, changing the alpha value no longer works. Is there a way around that?
1
vote
2answers
33 views
Textfield and Go Button
I would like to place search textfield and the Go button side by side.
It looks aligned equally in Moz, Opera, IE8, Safari but not in IE7. IE7 shows 1px gap in height.
How it can be done for IE7?
1
vote
1answer
92 views
Flash AS3: ReferenceError: Error #1056: Cannot create property …
Hi,
I am writing something in Flash/ AS3, and I came across this problem:
ReferenceError: Error #1056: Cannot create property txtInput on package.name.DocumentClasss
Basically I have a document …
1
vote
1answer
75 views
How to extend a Textfield that is allready on the stage in Flash (AS3) ?
I'm looking for a way to extend a TextField that's allready on the stage in Flash (AS3)
something like this:
public class ChildTextField extends TextField
{
//code for childTextField comes here
…
1
vote
2answers
58 views
Access of undefined property for timeline addChild code :(
I'm trying to do a simple test to figure out another bug, but I'm getting Access of undefined property tsLogo for addChild(tsLogo);
I don't get it because this is simple timeline code on the first …
1
vote
2answers
217 views
TextField autoSize+italics cuts of last character
In actionscript 3, my TextField has :
CSS styling
embedded fonts
textAlign : CENTER
autoSize : CENTER
... when italics are used the very right character gets slightly cut off (specially caps).
It …
1
vote
1answer
394 views
Actionscript 3 TextField scrollH property gets set to 0 on click
I am populating a textfield programmatically and scrolling to the maxScrollH as the new text is added so the user can see the progression of text. This works fine, until I click the TextField, which …
1
vote
3answers
153 views
Invoke a date picker instead of a standard keyboard
Hi all,
I need to invoke a UIDatePicker when i tap on a textfield. usually when we tap on a textfield the keyboard pop ups. but i need a date picker instead of that. can anyone help me please...!
…
1
vote
2answers
328 views
Blackberry Java: TextField *without* the caret?
I want a non-editable TextField (or a subclass) that doesn't even have the caret displayed. Alternatively, I want a multiline LabelField. Is any of these possible?
1
vote
3answers
791 views
Struts JSP : set textfield value from session information
Hi,
I have a DLPUser object in my session, this DLPUser is basically a container for Strings, ints and some useful info for me.
(this is a fragment of code inside my action class in java)
Map …
