I don't understand. How could I use popups? I don't want to have them
be popups. Should I make each have its own manager?
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> In fact, I'd encourage you to addPopUp your panels.  Then they'll get
> their own tabloops automatically.
> 
>  
> 
> ________________________________
> 
> From: [email protected]
> [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman
> Sent: Friday, October 19, 2007 8:05 AM
> To: [email protected]
> Subject: Re: [flexcomponents] Tab Order
> 
>  
> 
> I think the panel just needs to have it's own FocusManager.  So on
> instantiation:
> 
> panel.focusManager = new FocusManager();
> 
> I've never done this, but it looks like that's all it is.  You can look
> in the PopUpManagerImp.addPopUp() source code to see how adobe does it.
> 
> - Dan Freiman
> 
> On 10/18/07, phdcpe01 <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >
> wrote:
> 
> I have an application that has several panels and canvases. How do I 
> make tabbing only take place within the panel that has focus, and not 
> go to another panel/canvas?
>


Reply via email to