Re: [flexcoders] tabbing in flex

2006-07-21 Thread JesterXL
Does it extend UIComponent (or a sub-class)? Does it implment: tabChildren = false; tabEnabled = true; focusEnabled = true; ??? - Original Message - From: "b0b0bb0b" <[EMAIL PROTECTED]> To: Sent: Friday, July 21, 2006 10:04 AM Subject: [flexcoders] tabbing in flex

[flexcoders] tabbing in flex

2006-07-21 Thread b0b0bb0b
if I have a Vbox with say 10 items in it. from buttons to text boxes, as well as a custom component which I've extended. then when the app loads I tab my way through the app which works fine until it comes to the custom component. it has a tabIndex like the rest of the buttons and text boxes,