The problem is that control is going over most of the components and not on a particular component which is a radio button. The functionality involves selecting of each radio button results in opening of a form. So we can't use tabIndex property here. I had tried but it is not working.
On Sep 29, 10:02 am, kannan r <[email protected]> wrote: > And also for user defined components, first set the tab enabled property as > true. Make this clear first are u using flex or flash authoring env > > > > On Wed, Sep 29, 2010 at 10:22 AM, Akshar Kaul <[email protected]> wrote: > > 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%2bunsubscr...@googlegroups.com> > >> <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%2bunsubscr...@googlegroups.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%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/flex_india?hl=en.- Hide quoted text - > > - Show quoted text - -- 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.

