Watch out for this tip as it may produce unusual results. If you Shift-TAB 
out of the last input, it will incorrectly give focus to the first input, 
not the previous input as expected. I would suggest capturing the keyDown 
event on the last input and check for the TAB key with SHIFT key 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 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 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
>>
>
>
>
>
>
> --
> 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
>
>
>
>
>
> 



--
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/
 

Reply via email to