Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
The Library
»
old Versions of Flash
»
Flash MX
(Moderators:
vesa kortelainen
,
ShilohWarrior
,
Mohsin Sumar
,
Jorge Solis
,
Mattias Robo
,
bpat1434
) »
Tab Key in Flash MX
« previous
next »
Print
Pages: [
1
]
Author
Topic: Tab Key in Flash MX (Read 1598 times)
fera
Server what's that
Posts: 19
Green Groove
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
»
Logged
Fera
Jorge Solis
Global Moderator
Systems Administrator
Posts: 14616
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
Logged
Twitter
http://twitter.com/solisarg
fera
Server what's that
Posts: 19
Green Groove
Re: Tab Key in Flash MX
«
Reply #2 on:
12/07/02, 07:17 »
Tnk vr mch Jorge
Logged
Fera
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
The Library
»
old Versions of Flash
»
Flash MX
(Moderators:
vesa kortelainen
,
ShilohWarrior
,
Mohsin Sumar
,
Jorge Solis
,
Mattias Robo
,
bpat1434
) »
Tab Key in Flash MX