A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Focus!

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    21

    Focus!

    I am a newbie when it comes to actionscript. I mainly just learn from examples and try to modify them to fit my needs. In this case, I am attempting to set the order in which focus will move among my form.
    This is the order i want my focus to go into:
    name1
    email1
    subject1
    comments1

    this is my script
    name1.tabIndex = 1;
    email1.tabIndex = 2;
    subject1.tabIndex = 3;
    comments1.tabIndex = 4;

    Subject1 used to be an input text, and my script used to work fine in directing focus then. Now however, i have changed subject1 into a combo box component. Now what happens is that when focus reaches the combo box, it just stays there, I cant press tab to move on to the "comments1" field. Can anyone help me with this? Thank you

  2. #2
    Junior Member
    Join Date
    Jan 2007
    Posts
    21
    i figured it out - when testing the movie, you have to "diasble keyboeard shortcuts". but it works fine as a SWF

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