0
votes
1answer
38 views

use actionscript press enter on the keyboard to submit form

When the user enters content in the Inputfields and presses the enter button on the keyboard how do you capture the KeyboardEvent for the user to login? I think I know the first part of the code... ...
0
votes
0answers
114 views

Flex Combobox Restrict KeyBoard Navigation and change cursor position

I am facing 2 challenges with flex combobox. When i press End key to reach the end of the text, the last item of the list is getting selected. How can I prevent this?n I don't want to override the ...
0
votes
2answers
300 views

actionscript transparent textinput background

after hours of search I successfully set my font color to yellow, but I still can`t figure out how to make my background of textinput transparent :( (I dragged it out of the component window) What ...
0
votes
2answers
93 views

Need help displaying multiple input text components on one dynamic text box

I have 3 InputText boxes and a submit button on frame 1. When clicking submit i have a dynamic text box on frame 2 with a button that says "next" on it. I need the dynamic text box on frame 2 to ...
1
vote
1answer
205 views

List component to bring up InputText boxes

I'm creating a list component with different numbers on each label ranging from 1 to 10. When clicked on a number I need it to bring up that many inputtext boxes one after another.. It's pretty much ...
0
votes
1answer
280 views

How to provide an inline TextInput formatting template

I have a spark TextInput control that I would like to automatically format as the user types into it. The format is something like XX-XX-XXX-XXX where each X is a digit. I have create a custom ...
0
votes
1answer
190 views

AS3 fl.controls.TextInput and mobile platforms

I intent to use fl.controls.TextInput in a pure-ActionScript Flex project. The fl.controls.TextInput will be transported to Flex by extracting a SWC from Flash Pro CS5.5. The question is this : if I ...
0
votes
1answer
277 views

Setting focus of input field in externally loaded swf

I'm loading a swf form into my swf movie (to save on file size). I have a 'faux-form' of static MCs in the main swf, and when a user clicks one, it loads the 'real form' which is its own swf file. ...
0
votes
3answers
660 views

How to Change Text Cursor Color of Text Input Flex 4?

I want to change the blinking text cursor color of Text Input in Flex 4... How can I change it ? Is there any way to handle it, or it can be only controlled by Flash Player ???
2
votes
1answer
285 views

Multiple text color in one spark:TextInput

How can I color words in spark:TextInput with two or more colors? I did it with mx:TextInput with htmlText property but i can not find it in spark component. Thanks
0
votes
1answer
2k views

Flex TextInput with default mobile skins automatically regains focus on callout close

I'm working on a simple auto complete function for my Flex mobile app. For that I've got a CalloutButton that triggers a Callout. The Callout holds some lists from which the user can select items. On ...
0
votes
3answers
245 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
190 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 ...
1
vote
2answers
284 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 ...
0
votes
0answers
149 views

Strange behaviour with tabIndex when loading a swf in any browser

I have a few TextInput component with each of them assigned with an unique instance name and a tabIndex. txtUsername.tabIndex = 1; txtPassword.tabIndex = 2; txtPasswordVerify.tabIndex = 3; ...
0
votes
1answer
159 views

Why is TextInput updating after I hit fileReferencer.browse button a second time

In Flex 4, I am trying to make a simple browse button update the text field of an TextInput object with the file name that the browse button gets. It doesn't have to be the full path, all I want is ...
2
votes
1answer
595 views

How to cancel editing in Halo/Spark TextInput and TextArea components

I am using Flex 4, ActionScript 3. In the AdvancedDataGrid component, when you are in Edit mode in a cell, you can hit the Escape key to cancel editing (i.e. return to the previous value in the ...
0
votes
1answer
269 views

Restricted Textinput to numbers, empty textinput results not in a null value but 0?

i want to restrict the input to numbers only, but do have a problem for an empty entry: now accessing like this: var newValue:Number = ...
0
votes
2answers
250 views

formatting textInput in Flash

It looks like the default font formatting for the textInput is a bit off. The margin at the top is less than at the bottom. I've tried the setTextFormat, with defaultTextFormat and setTextFormat but ...
1
vote
2answers
2k views

How set the focus of a input-TextField without having a stagereference?

I got a text-InputField: var textfield:TextField = new TextField(); textfield.text = ""; textfield.type = TextFieldType.INPUT; addChild(textfield); because this textfield don't reside in the ...
2
votes
3answers
872 views

Binding the value of a variable to a text input

Hey Guys, I've been looking all over the internet but I couldn't find an answer to the following question: Is it possible to have the value of some string variable bound to the text inside a text ...
0
votes
2answers
874 views

Flex. Replace the selected text in Text Input

How do I to make a function that replaces the selected text in text INPUT on the symbol of the selected one from each list? Thank you
0
votes
2answers
587 views

Actionscript 3.0 Making a delete button to delete text in the inputtext field

I got these four errors when I tried to create a button on the stage that would delete the text I inputted in the inputtext(ti). Based on the scripts I have and the errors, what should I write to ...
1
vote
2answers
683 views

how to smooth an embeded image in flex when its embed as a class for textinput border style

Hello my fellow stackoverflower, i'm looking for away to smooth an image of and embed png file. i'm using the embeded png as the borderskin for my textInput. i have seen some other postings about ...
0
votes
1answer
652 views

Where can i find a list of styles for setStyle(style, value)?

Some Flash components have the method setStyle(style:String, value:Object). I wonder where/if I can find a list of the styles that are possible to use here? I want to change the background alpha of a ...
0
votes
1answer
305 views

How to know if a TextInput component is active in Flex

Imagine I have two TextInput components. How do I know which one is active, if any? Is there an event or a property that tells me that?
0
votes
2answers
2k views

Handling TextInput width and styles in Flex

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 what I ...
0
votes
2answers
359 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
2answers
3k 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 ...
1
vote
2answers
1k views

Flash AS3 - textInput box @ " keyboard character issue

this q has already come up before but the answers given didn't help me. I have text input boxes which display the " symbol in place of the @ and vice-versa. when i test locally my @ and " are ...
3
votes
3answers
33k views

Getting started with text input and dynamic text fields with ActionScript 2.0 or 3.0

I know this is a simple question, but I haven't worked much with ActionScript... I know how to create a text input field with Flash. I can create it on the stage and give it an instance name. What ...
0
votes
3answers
2k views

How can I set “maxChars” of the TextInput in an editable ComboBox?

I want to set the maxChars property of the TextInput of an editable ComboBox. I am currently trimming the text to a set number of characters using a change Event: private function ...
0
votes
2answers
855 views

Problem with the Flash Contact Form

In Flash (AS3) Iam creating a contact form in that i have taken one " Submit Button" , one " Reset Button", four input text fields " Name, Email, Subject, Message" with instance names " contact_name, ...
1
vote
2answers
3k views

How can I remove drop shadow from TextInput?

I have a style sheet in my Flex Application, referenced as: <mx:Style source="/assets/stylesheets/default.css" /> In this style sheet, I set dropShadowEnabled to true gloablly: global { ...