A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Input Boxes

  1. #1
    Senior Member
    Join Date
    Jun 2001
    Posts
    118

    Input Boxes

    I have an input boxes which I would like to only let the user enter Capital and Lower case d and c.

    I have tried using the characters options in the properties menu but I am having no joy!

    Any idea's?

    Jemes

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    in MX:
    suppose your text box/field has the instace name t_txt:
    code:

    t_txt.restrict = "A-Z d c";


  3. #3
    Senior Member
    Join Date
    Jun 2001
    Posts
    118

    Cheers!!

    Thanks for that, it worked a treat!!

    Jemes

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