That means if I am adding screens at the run time the tab order should work automatically?
On Fri, Oct 11, 2013 at 2:37 PM, Alex Harui <[email protected]> wrote: > > > On 10/11/13 11:58 AM, "mark goldin" <[email protected]> wrote: > > >If I have a mix of static mxml screens and screens added at the run time > >how exactly does Flash Player handle tabbing order? > Flex apps install their own tabbing order that overrides the Flash > Player's default order. THe Flex order is based on a tree walk of the > display list and the lower the childIndex, to earlier it is in the tab > order. > > -Alex > >
