Hey Alex, Thanks for your reply.
How would an MXML custom component implement IFocusManagerComponent ? I also thought the focusEnabled=true and tabEnabled=true were the default settings? I have hardcoded them too but no luck hence thinking the implementation of IFocusManagerComponent might be the key. Thanks. From: Alex Harui <[email protected]> Reply-To: <[email protected]> Date: Tue, 3 Nov 2009 22:33:34 -0800 To: "[email protected]" <[email protected]> Subject: RE: [flexcoders] Tab control of repeater items All parents need tabChildren=true, the thing that gets focus must implement IFocusManagerComponent and have focusEnabled=true and tabEnabled=true From: [email protected] [[email protected]] On Behalf Of Dave Cates [[email protected]] Sent: Tuesday, November 03, 2009 5:27 AM To: [email protected] Subject: Re: [flexcoders] Tab control of repeater items Any one got any ideas?! From: Dave Cates <[email protected] <UrlBlockedError.aspx> > Reply-To: <[email protected] <UrlBlockedError.aspx> > Date: Mon, 02 Nov 2009 23:00:03 +0000 To: "[email protected] <UrlBlockedError.aspx> " <[email protected] <UrlBlockedError.aspx> > Subject: [flexcoders] Tab control of repeater items Hi all, I¹m creating an app that needs to make use of the tab control to cycle through the visible controls. Buttons, checkboxes etc are working great but I can¹t seem to be able to tab to the elements within my repeaters. Within the repeaters are custom components made up of things like textfields. I need each of the repeater¹s items to be tab enabled. I¹ve set them to tabEnabled, and set the repeater to have tabChildren enabled too. Any ideas?! Thanks! >

