[flexcoders] Changing Parents

2008-08-07 Thread wwwpl
I have an image viewer that I would like to go full screen. I now have my app taking up the full screen, but I need the image viewer window to become the size of the app window. The image viewer is a child of a child of a child of the Application. I am calling application.addChild

Re: [flexcoders] Changing Parents

2008-08-07 Thread Brian Deitte
I did this recently, and it didn't cause havoc. What are seeing that goes wrong? I had two issues that I did needed to fix. One is that you have to remember to remove the child from the stage before adding it back to the application. The second is that the bindings were reexecuted when added

[flexcoders] Changing parents throught Drag Drop

2008-05-17 Thread Daniel
Hey guys, Here's the scenario... I have a list of things displayed in a Tree. You can drag one of them, and drop it in a Container. The Container is in charge of creating what the dragged object specifies, generally an UIComponent. If the object is dropped inside a Container, it succesfully sets

RE: [flexcoders] Changing parents throught Drag Drop

2008-05-17 Thread Rick Winscot
kinds of things. Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Sent: Saturday, May 17, 2008 12:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Changing parents throught Drag Drop Hey guys, Here's the scenario... I have a list