Re: [flexcoders] Re: Flex Tab order

2006-10-30 Thread Adam Royle
not pressed. Cheers, Adam - Original Message - From: e_baggg [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 30, 2006 1:10 PM Subject: [flexcoders] Re: Flex Tab order In the last text box, add a function for the focusOut handler that manually sets the focus back

[flexcoders] Re: Flex Tab order

2006-10-29 Thread gur_sukh
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

[flexcoders] Re: Flex Tab order

2006-10-29 Thread gur_sukh
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

Re: [flexcoders] Re: Flex Tab order

2006-10-29 Thread Muzak
: Sunday, October 29, 2006 9:59 AM Subject: [flexcoders] Re: Flex Tab order 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

[flexcoders] Re: Flex Tab order

2006-10-29 Thread e_baggg
In the last text box, add a function for the focusOut handler that manually sets the focus back to the first box (or button). --- In flexcoders@yahoogroups.com, gur_sukh [EMAIL PROTECTED] wrote: Hi, In flex i have vbox with 4 TextInputs. when we tab through them after the last input the