Actionscript 3 :: TextField - Unwanted Carriage Return When Setting Value To ""?

Jan 8, 2010

I have an input TextField and have a KeyboardEvent.KEY_DOWN even listener on the stage to listen for the Keyboard.ENTER event. The event listener adds the entered text to an array or whatever, and then clears the TextField. The problem is that when the Enter key event fires and the TextField value is set to "", it leaves a carriage return in the TextField and the cursor positioned on the second line. WTF? I've been coding AS2 and AS3 for a LONG time and have never ran into this before.Example:

var myTextArray:Array = new Array();
stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
function onKeyDown(e:KeyboardEvent):void{

[code].....

View 7 Replies


Similar Posts:


ActionScript 2.0 :: Return Carriage With XML?

Jul 5, 2005

Is it possible to have a well formatted text with XML?Will i be able to use the 'return carriage' and lay my text in paragraphs?

Iam trying to load an external xml file that has description of the images in my portfolio.

View 2 Replies

ActionScript 3.0 :: Get Carriage Return & Line Feed?

Jul 4, 2009

How can I get the text from the textarea component along with the line feed & carriage return characters?

As now, I amusing the text to send email. But in email, it showing all in a line rather than multiline, which means carrriage return and/or line feed characters are missing. How can get them?

View 1 Replies

ActionScript 2.0 :: Replace Carriage Return Into Normal Text?

Dec 24, 2010

How do I convert a multiline of text from an input box into a single line of text except I would put a string of characters to replace the carriage return?

from:
Hello
world
I

[code]...

to:

Hello~|~world~|~I~|~am~|~here.

Tried this and other variants but doesn't work.

txt = txt.split(ASCII(13)).join("~|~");

View 2 Replies

Actionscript 3 :: Carriage Return Line Feed In MXML?

Oct 20, 2010

I have this line:

text="{selectedOrder.targetLocationName} 'crlf' {pickUpLocationHTML}"

View 1 Replies

XML :: Admin Panel - Big Spaces Between Phrases (Carriage Return)

Feb 8, 2011

I am developing an admin panel for an flash site. One of the sections contains large amount of text containing Carriage Returns. It can look as this :
John Doe was born in Athens in 1974.
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996.

So from the text area the text goes to mysql and from mysql I generate an XML file. The problem is the xml file source is looking like this :
John Doe was born in Athens in 1974. 
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996. 

This way in flash the text has some big spaces between phrases and I dont like it. How to generate XML file to be like this :
John Doe was born in Athens in 1974.
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996.

View 2 Replies

ActionScript 2.0 :: Restricting Carriage Return In Text Input Fields?

Mar 21, 2007

If it's possible to restrict hard returns in text input fields? I've tried something like this:
my_txt.restrict="^u0013", and a bunch of variations thereof, but nothing seems to keep the Enter key from doing it's thing. Second best would be to traverse through a string a user has entered and replace hard returns with a space or dash, but again I've had no luck looking for
or
I've tried entering text and hard returns into a dynamic textfield set to input, but when I try this:
var n:Number = my_txt.indexOf("
")...
trace("n: "+n) //traces "n: -1"

View 4 Replies

ActionScript 3.0 :: Removing Carriage Return Inserted Mysteriously By Flash

Oct 6, 2010

How to remove a carriage return that's inserted mysteriously by flash. I have a text input box and it auto adds a enter key press carriage return.
<IMAGE Names="Josh
">My imputed text</IMAGE></GALLERY>
%20Names%3D%22Josh%26%23xD%3B%22%3EMy imputed text%3C%2F
This is the mess of crap its auto inserting
%26%23xD%3B%22%3E

View 1 Replies

ActionScript 2.0 :: [MX2004] Use Two Pairs To Insert A Line Break And Carriage Return Not Working?

Jan 30, 2004

I've been looking around but i couldn't find a solution for my pb..Here's what i do:

[AS]
onClipEvent (load) {
loadText = new LoadVars();
loadText.load("TEXT.htm");
loadText.onLoad = function() {

[code]....

Now my text file is like that:

myNews=<FONT COLOR="#FFFFFF"><B>This is bold 24 point text</B><P></P><P></P>blah blah</FONT>

As i could read on macromedia 's web site:Use an empty pair of <P></P> tags to insert a line break. Use two pairs to insert a line break and carriage return.But this isn't working.

View 2 Replies

ActionScript 2.0 :: Restrict "ENTER/CARRIAGE RETURN" Key ASCII 13 On Input Textfields?

Aug 19, 2006

How on earth do you restrict "ENTER/CARRIAGE RETURN" key ASCII 13 on input textfields?

View 5 Replies

ActionScript 3.0 :: Wait For A Return Value Before Setting Var

May 6, 2010

what I am trying to do is wait for the net connection to return a value before i take that value and put it in a variable.

Code:

ActionScript Code:
import flash.net.*;
var gw:NetConnection = new NetConnection();

[Code]....

The problem is that gw.call(~) calls a php file, and it takes a few seconds for it to return a value.

Error: 1067: Implicit coercion of a value of type void to an unrelated type uint.

View 5 Replies

ActionScript 3.0 :: GetChildByName Return Null If Public Setting Is Flash 9

Jan 18, 2011

I am facing a weird problem. The following code returns null if targeted player is Flash player 9 but works fine for Flash Player 10.

[Code]...

It works fine if I give a delay using setTimeout. I am not sure what I may be doing wrong. I have attached the source files. (Flash CS5 format)

View 5 Replies

ActionScript 3.0 :: No Return In A Textfield?

Sep 1, 2009

inhalt.restrict = "a-zA-Z0-9_\-?
inhalt.multiline = true;
inhalt.wordWrap = true;

in the first case i do not want the user be able to use the enter / return - key and in the second one i do not want him use it more then two ore three times. how can i manage this? i've serched with google but i do not find the right things,

View 1 Replies

ActionScript 3.0 :: Return Value Is Not Display In TextField?

Jun 21, 2009

I have two 3 files - 2 files are .as and one is .fla

Animal.as 
package {
import flash.text.TextField;

[code]....

View 6 Replies

ActionScript 3.0 :: Return Position Of Cursor In Textfield?

Apr 17, 2009

Does anyone know of a way to return the position of the cursor in a input textfield? Can it be done at all? More specifically I need to know the y-value of the cursor somehow.

Have looked through the AS3 documentation, but can't seem to find what I am looking for.

View 6 Replies

ActionScript 3.0 :: Textfield.getTextFormat() Does Not Return Correct Format For That Index?

May 17, 2011

All I have in the fla is this code

Code:
stop();
var t; var f;

[code]....

View 4 Replies

ActionScript 1/2 :: Setting Variable On A Textfield?

Jun 3, 2010

I'm using createTextField to create a textfield. I have also created a input textfield with a variable called textline1 (I don't create the inputfield with as).I want to display the letters in the created textfiled that I'm typing in the input field. So this in my AS coed:

_root.createTextField("text1",1,100,100,300,100);
text1.variable = textline1;
format1 = new TextFormat();

[code]........

View 3 Replies

TextField Setting Top Margin - Some Chars Cut Out

Oct 31, 2011

I am trying to figure out why some letters (like the norwegian Ã… (Ã…)) are cutted out in the middle of the top "o":

My code is this:
var titleFormat:TextFormat = new TextFormat();
titleFormat.size = textSize;
// this is embedded font, and exported for action script, declared
titleFormat.font = myFontBold.fontName;
titleFormat.bold = true;
[Code] .....

So, I have tried different things like setting height hardcoded and bigger than text, but top us cutted again, I have tried with css but no success. Why the letter is not showed fully and why if I zoom in the swf (2-3 zoom ins) it shows up normal (and what i try to achieve) like this: I think it has to do with the topMargin, but unfortunately I didn't find something like that in as3 documentation.

View 1 Replies

ActionScript 2.0 :: Setting Focus To A Textfield?

Oct 18, 2011

I can set the focus to a textbox using

ActionScript Code:
Selection.setFocus("inbox");

but is there an additional command to get the flashing cursor to show in the field?

View 7 Replies

ActionScript 3.0 :: Setting Y Property Of Textfield?

Apr 16, 2010

I was trying to create these 17 textfields in a for loop. I ended up instanciating them manually and now I am trying to set some of their properties in a for loop. The problem is that when I trace them I just see [object textfield] but not the names. If I try to trace the ".name" I get instance 1, instance 2, etc. The real problem is when I try to set the "y" property I get an error "1010 A term is undefined and has no properties"

Code:
var tf1:TextField = new TextField();
var tf2:TextField = new TextField();
var tf3:TextField = new TextField();

[code]....

View 4 Replies

ActionScript 3.0 :: GetCharBoundaries Method Of A TextField Doesn't Return The Correct Rectangle

Dec 30, 2009

I have a problem with the getCharBoundaries method of a textField, it doesn't return the correct rectangle for me. To show the problem I put a long text in a textfield and highlighted the rectangle returned by getCharBoundaries for every second character. Here is my code:

[Code]...

View 5 Replies

ActionScript 2.0 :: Setting TextField Focus BorderColor?

Jan 31, 2006

How can I write a function that checks to see if a text box is in focus, and if it is, turn the border color to red... if not, turn it to grey?

View 2 Replies

ActionScript 2.0 :: Setting Font For Created Textfield?

Feb 2, 2006

[code]_root.sidearea.removeMovieClip();
_root.createEmptyMovieClip("sidearea", 3);
_root.sidearea.createTextField("scriptinput", 2, 0, 0, 600, 600);

[Code].....

just copy it into the first frame and fix it and copy it back i know its something really simple but for the life of me i cannot figure it out.

View 2 Replies

ActionScript 3.0 :: Flash - Setting A Variable In A Textfield?

Aug 31, 2010

I want to do something like this, is it possible to set a variable in a textfield?Pop this in a new Flash file and you'll get an error.

Code:
var blah_txt:TextField = new TextField;
stage.addChild(blah_txt);

View 3 Replies

ActionScript 2.0 :: Setting Textfield Text - Possibly CS4 To CS5.5?

Mar 29, 2012

I have another post on here today about trying to set a textfield's text in AS2. I have been working on this problem all day. I am beginning to wonder if it is due to the fact that the fla was authored with CS4, maybe even CS3 and now I am trying to use it in CS5.5

View 2 Replies

ActionScript 2.0 :: [CS3] Textfield - Setting Alpha In '.textColor' And '.backgroundColor'

Oct 26, 2008

Folx; Does the manual document the setting of transparency in TextField.textColor or TextField.backgroundColor, not just the _alpha of the TextField altogether? If so, I cant seem to find it. In addition to the RGB/hex values, the color palette in the Properties panel allows you to set transparency in %, yes, but can this also be achieved programmatically?

View 1 Replies

ActionScript 3.0 :: Setting TextField's 'text' Property Slow?

Apr 1, 2010

Short version:Setting a TextField's 'text' property seems to be quite slow. Any way to optimize this?Long version:For a video player I'm working on, I've rewriting a bunch of code I've written in the past and optimizing where I can, and I've noticed something a bit strange.I have a time readout (the typical "00:00 / 01:00" thing) that I'm updating every frame, and it seems to be gobbling up FPS (I'm using mrdoob's great little Stats class for monitoring).The thread to make the call is a bit heavy -- involving a dispatched custom event from the FLVPlayer class (with the current netStream.time as a property) onEnterFrame, which is passed up 2 parents and then back down via a function call -- but I've isolated each step along the way and everything is totally fine (running at or close to 30fps) right up until that very last call where I set the TextField.text property, which results in about a 10fps drop.

If I comment out the setting of TextField.text it runs great, but even if I set it to something arbitrary (like currentTime.text = "0") -- bypassing the reformatting math -- it just tanks.Anyway, anyone know if there's something I can do about this? I've considered using a Timer set to 100m instead of onEnterFrame, but I actually assumed the overhead would come from the dispatching of and listening to the event as well as the reformatting of the time, but *not* the very last step of setting the .text property, which is something I can't avoid whether I use a Timer or onEnterFrame.

View 1 Replies

AS3 :: Flash - Setting Dynamic TextField.text From A Parent MovieClip?

Mar 4, 2010

I have a MovieClip that has a Dynamic TextField: let's call the instance of the field txtName. I want to set the text field on the fly for txtName, so I add a little ActionScript (3!) that does it nice and easily: txtName.text = "Foo";reat. Now why isn't it working when I try the same thing from a parent MovieClip which contains the MovieClip that has the dynamic text? Example:Child MovieClip with TextField ActionScript 3 in Frame #1:

//------
function SetText(str:String):void {
txtName.text = str;

[code].....

View 2 Replies

Actionscript 3 :: Why Does Setting Different ScaleX And ScaleY For Textfield Distorts The Text

Jul 8, 2011

i have a textField wherein i uses embedded fonts, the problem is when i change its size and i do not set the SAME scaleX and scaleY value, it seems to compress the letters inside it when i make it smaller, and stretch the text when i make it bigger... i tried using width and height values (instead of scaleX and scaleY but its the same result)... it seems that the embedded fonts are maintaining some kind of aspect ratio or whatever, and again this only happens when embedFonts is set to true

View 2 Replies

ActionScript 2.0 :: Setting Variable Property For Dynamically Created Textfield?

Dec 22, 2004

i'm creating a completely dynamic form. i want to assign a variable name to a textfield and then pass that variable with a LoadVars() object.

here's a small piece of code i can't get working:

//create movieclip (used like a form)
_root.createEmptyMovieClip( 'dialog_body', 0 );
//create textfield input

[Code].....

bottomline: if i create a textfield using the traditional method and assign the 'var' it works fine. if i create a textfield dynamically at run time, and use the *.variable property, the variable is NOT sent..

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved