What I did on one project was to use __proto__ and override the FocusManager's 
class at runtime. It worked quite well.

Scott

-----Original Message-----
From:   [EMAIL PROTECTED] on behalf of Muzak
Sent:   Mon 11/7/2005 9:14 AM
To:     Flashcoders mailing list
Cc:     
Subject:        Re: [Flashcoders] Newbie question: SHIFT+TAB
And what exactly is TextInput1?
A custom class I suppose. Which class does it extend?

For tabbing to work propertly with other v2 components, you don't have much 
choice other than extending UIComponent (or any of the 
v2 core classes).

I've said it before, the FocusManager is not one of the best v2 classes out 
there (and I'm being nice here;-) ).

regards,
Muzak

----- Original Message ----- 
From: "Neil Gibbons" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <[email protected]>
Sent: Monday, November 07, 2005 2:56 PM
Subject: RE: [Flashcoders] Newbie question: SHIFT+TAB



Yes.
I've used FocusManager.nextTabIndex() to set all tabIndexes, but there
the following on screen, (in preferred tab order):

1. A search box at the top
2. Username field
3. Password field
4. A "Login" button
5. A "Register" button

TAB & SHIFT TAB works between the buttons, but only TAB( tabbing
forward), works on the fields.

All text fields are type TextInput1. If I use the standard TextInput,
tabbing is fine.
:(

Neil


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to