Hi,
 
I have a flash application that has a couple of combo box components and a 
couple of text fields.
 
Trying to tab between my text fields doesn't work, even though they are all tab 
enabled and have tab indexes.
 
The reason for this, I have recently found out, is due to the combo box 
component - it breaks the tabbing.
 
The workaround for this is to include the following line (after the first frame 
in my movie):
 
_level0.focusManager.enabled = false;
 
This works, HOWEVER, as soon as you choose something from the combo box, the 
tabbing is broken again ???
 
Any anyone assist with what is going on here and if there is a fix.
 
Thanks._______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to