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";
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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

