Re: [Flashcoders] Tab Problem

2007-02-07 Thread Omar Fouad
u mean: tf1.tabIndex=1; tf2.tabIndex=2; tf3.tabIndex=3; btn4.tabIndex=4; btn5.tabIndex=5; On 2/7/07, Cay Garrido H. [EMAIL PROTECTED] wrote: I haven't used the accesibility panel, I've always done it by code, and it works just fine: tf1.indexTab=1; tf2.indexTab=2; tf3.indexTab=3;

RE: [Flashcoders] Tab Problem

2007-02-07 Thread Steven Sacks | BLITZ
Increments are your friend. :) a = 0; tf1.tabIndex = ++a; tf2.tabIndex = ++a; tf3.tabIndex = ++a; btn4.tabIndex = ++a; btn5.tabIndex = ++a; If you had to reorder any of those tab orders all you have to do is cut and paste them into their new position. If you number your tabIndexes specifically

RE: [Flashcoders] Tab Problem

2007-02-07 Thread Andrew Kirkpatrick
Vivek, This is a limitation of the component focus Manager. If you used button components or non-component textfields the behavior you describe wouldn't exist. AWK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vivek Gaikwad Sent: Wednesday,

RE: [Flashcoders] Tab Problem

2007-02-07 Thread Hairy Dog Digital
Subject: RE: [Flashcoders] Tab Problem Increments are your friend. :) a = 0; tf1.tabIndex = ++a; tf2.tabIndex = ++a; tf3.tabIndex = ++a; btn4.tabIndex = ++a; btn5.tabIndex = ++a; If you had to reorder any of those tab orders all you have to do is cut and paste them into their new position. If you

[Flashcoders] RE:[ Flashcoders] Tab Problem

2007-02-07 Thread Vivek Gaikwad
Even if I set the tabIndex through scripting, it doesn't solve the issue. Tab doesn't come on the buttons. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Tab problem

2006-02-24 Thread Morten Barklund TBWA\\Play
CARABUS plus wrote: How can I do to discard tab action for a full level ? _levelX.tabChildren = false; :) -- Morten Barklund - Information Architect - TBWA\Play Gothersgade 49, 4th floor - DK-1123 Copenhagen K, Denmark Phone: +45 7027 2227 - Fax: +45 3369 1174