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 28, 8:06 pm, 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 samepage > > 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 flashpagebt getting some problem while using <TAB> > > > as after somenavigationto 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 > > > "FlexIndia 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...@googlegrou > > > ps.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.

