I got this working kind of.  For some reason the "removedEffect" I 
had specified on my Panel was causing some weirdness and the panel 
wouldn't always get moved everytime. I guess there was some timing 
issues between calling removeChild and the addChild on the other 
container when the effect played.

--- In flexcoders@yahoogroups.com, "jgraham_us" <[EMAIL PROTECTED]> 
wrote:
>
> I have the following setup 2 VBox's inside a Application, I have 
> Panels in vBox1, I want to drag n drop those panels to vBox2.  
> 
> The only way I can see to do this across containers is to destroy 
the 
> object and recreate it in the other container.  
> 
> I really would like to be able to do just addChild and removeChild 
> between containers on the same instance of the Panel.  
> 
> Anyone know if this is doable without destroying and recreating 
the 
> Panel on the drop?
> 
> Thanks
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to