Welcome, Guest
  • Author Topic: Tab Key in Flash MX  (Read 1598 times)

    fera

    • Server what's that
    • *
    • Posts: 19
    • Green Groove
      • View Profile
      • Email
    Tab Key in Flash MX
    « on: 12/02/02, 12:53 »
    Hi friends,

    I'am having problem with <TAB> Key.
    In Flash 5 when i press the Key <TAB> , the focus of textbox have changed, but when i publish in Flash Mx it don't works.
     :(
    Help please.
    Thx.
    « Last Edit: 12/02/02, 12:54 by fera »
    Fera

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Tab Key in Flash MX
    « Reply #1 on: 12/07/02, 04:06 »
    In Flash MX there's a new property to force the tab order. To set the tab order use:

    myTextBox.tabIndex=1;
    myTextBox2.tabIndex=2;

    When you set the tab order in this way, each element who doesn't have this property explicit, is not included in the tab order. Your TexBoxes need to have instance names. Also you can set tab order to MovieClips

    Jorge

    fera

    • Server what's that
    • *
    • Posts: 19
    • Green Groove
      • View Profile
      • Email
    Re: Tab Key in Flash MX
    « Reply #2 on: 12/07/02, 07:17 »
    Tnk vr mch Jorge   ;D

    Fera