Skip navigation
Currently Being Moderated

text starts to move  after selection

Jun 20, 2012 3:20 AM

Tags: #actionscript_3.0

my dynamic text starts moving from left to right after selection that content in text field ,please reply

 
Replies
  • Currently Being Moderated
    Jun 20, 2012 3:55 AM   in reply to Sumit Agrawal FLash

    What text is in the field, and what kind of field it is? If more text is in the field than is visible you can move up/down in the field to see the additional content... maybe that is what you're seeing?

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 20, 2012 4:25 AM   in reply to Sumit Agrawal FLash

    Hi,

     

    It happens when text exceeds the width of textfield. If you have no concern with selection of the text, you can keep selectable property false.

     

    textFieldInstance.selectable = false.

     

    Regards,

    Vipul

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 20, 2012 6:25 AM   in reply to Sumit Agrawal FLash

    Hi,

     

    If you want the text selectable property, then you should try wordwrap property and use multiline textfield instead of singleline. I think this will help you.

     

    Vipul

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points