much obliged!


On 06/01/06, Matt Chotin <[EMAIL PROTECTED]> wrote:

Try setting the maxhscroll.

 

Matt

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of fla coder
Sent: Friday, January 06, 2006 2:15 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] input text scrolls when pressing right arrow key

 

hi

 

please try the following:

 

create a TextField with properties similar to:

 

txf.type = "input";
txf.autoSize = "left";
txf.multiline = false;
txf.wordWrap = false;
txf.text = "test";

 

run the movie and click inside the field.

press the right cursor key until you reach the last character in the field. (the last 't' of 'text').

now, if you press the right cursor key again, the word scrolls to the left.

 

my question is, is there any way to stop this behaviour?

open to nasty, but processor friendly tricks if that is the only way...

 

many thanks

fla




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to