TextInputs by defulat implement IFocusManagerComponent. You need to
set tabEnabled for radio button and some custom coding. That will
solve the issue. For further information check :
_http://stackoverflow.com/questions/878999/flex-itemrenderer-prevents-
use-of-tabbing-between-text-inputs

Regards,
Akhil

On Mar 13, 12:18 pm, shalu popli jain <[email protected]>
wrote:
> make the tabEnabled property true and then you can set the tab index as per
> the sequence you want the tab focus to flow.
>
> On Fri, Mar 12, 2010 at 6:07 PM, neethu n <[email protected]> wrote:
> > Hi All,
> >         I have a form in which nearly 20 text Inputs and  Radio Buttons are
> > generated dynamically by getting the collection from the database n
> > iterating it  (i.e by reading from the database for the required fields). My
> > problem is I'm not get the focus on all these components. I'm able to get
> > the focus for the first 6 text Inputs  when i press tab continuously but
> > when it comes to a radio button I'm losing the focus for the next
> > components(Text Inputs).
> > I need to get the focus by using mouse n then pressing tab key works.
> > Conclusion: when it comes to radio buttons in the middle while pressing tab
> > im loosing the focus for the next component . To continue geting focus i
> > have to use mouse.
> > pls help!
>
> > --
> >  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.

Reply via email to