whenever you add a new component just set its tab index property to current max + 1. tab index is for each instance.
---> Akshar Kaul <--- On Tue, Sep 28, 2010 at 20:36, makani <[email protected]> wrote: > we can't use tab index as I am using objects of that user defined > component at multiple places in the same page > > On Sep 27, 9:02 am, Akshar Kaul <[email protected]> wrote: > > use the tabindex property of the components to set the order in which > they > > should receive focus when you press tab. > > > > ---> Akshar Kaul <---On Mon, Sep 27, 2010 at 15:36, makani < > [email protected]> wrote: > > > Hi, > > > I am making a flash page bt getting some problem while using <TAB> > > > as after some navigation to some fields the control goes to the > > > address bar.What might be the case and solution? > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Flex India Community" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<flex_india%[email protected]> > <flex_india%2bunsubscr...@googlegrou ps.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/flex_india?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

