when we tab in a flex application after the last component the flex goes to InternetExplorer and not on the first item in the application. i.e it leaves the flex application and goes to IE status bar, address bar and then comes to the first component. I don't want the tab to leave the flex app. eg. If the TextInput field T1 and T2 then when we tab from T1 the focus goes to T2 then when we tab again it goes to the IE staus bar, then address bar and then comes back to T1. I want't the tab to go from T1 to T2 and then to T1 back. Also this is not for one view but for many of them, so should be generic.
Thanks --- In [email protected], "Igor Costa" <[EMAIL PROTECTED]> wrote: > > Not sure what your real problem. > > Can you describe more specific . > > > Regards > > On 10/28/06, gur_sukh <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > In flex i have vbox with 4 TextInputs. when we tab through them after > > the last input the tab goes to InternetExplorer's status bar, header > > and then the address bar before coming back to the first textinput. Is > > there a way that we can stop the tab from leaving the flex applicaiton > > and going to IE. I tried tabIndex but this doesn't hold it on to the > > component. Any help will be highly appreciated and if there is code > > then more better. > > > > Thanks > > > > > > > > > > -- > ---------------------------- > Igor Costa > www.igorcosta.com > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

