A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Restricting the number of characters typed (just a simple question)

  1. #1
    Marshan
    Join Date
    Feb 2001
    Posts
    46

    Restricting the number of characters typed (just a simple question)

    How to restrict the user from typing more than a certain number of characters into a test box?

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Its in the Property Panel, Maximum Characters.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Marshan
    Join Date
    Feb 2001
    Posts
    46
    Sorry, I mean dynamically controlled by AS

  4. #4
    Senior Member
    Join Date
    Jul 2001
    Location
    Planet Earth
    Posts
    298
    Code:
    TextField.maxChars = 8;
    TextField is the name of instance name of the textfield object.
    ---
    Thinking outside of the box will get you fired if the "box" is strict budget.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center