--- In [email protected], Alex Harui <aha...@...> wrote:
>
> Try using PopUpManager.  It will install a focusManager for the popup for you.
> 
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe.com/>

Alex,

You put me in the right direction. I  made my own pop-up manager to support a 
3d transition... i added 1 line of code to handle tabIndexing

value being the displayObject that I was displaying...


var focusManager:FocusManager           = new FocusManager(value as 
IFocusManagerContainer,value);


Thanks,
Patrick


> Blog: http://blogs.adobe.com/aharui
> 
> From: [email protected] [mailto:[email protected]] On 
> Behalf Of djhatrick
> Sent: Tuesday, September 01, 2009 10:00 AM
> To: [email protected]
> Subject: [flexcoders] title Window added to the sytemManager breaks tabIndex
> 
> 
> 
> I can't seem to tab through my form with
> 
> Application.application.systemManager.addChild(value)
> 
> Any suggestions how to re-implement this functionality?
> 
> Thanks,
> Patrick
>


Reply via email to