There is no function for that.  If you check all children using check visible, 
enabled, and focusEnabled like you were, but don't look into children with 
tabChildren=false, you should get the same set the FocusManager has.  You can 
look at FocusManager.as to see its algorithm.

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
itdanny2002
Sent: Thursday, November 13, 2008 12:59 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] All Focus Component in Container


I know that there is a function to find
next focus component. However, how can
I know ALL focus component inside a
Container ?

The following function can find next only:-

focusManager.getNextFocusManagerComponent

If I check all childs within component, I can't
find event though I check its

if visible && enable && focusEnabled

I will find image or other components...not what I want

Reply via email to