PDA

View Full Version : Creating a docking container


princeofegypt
05-02-2009, 05:52 AM
Hi everyone,

I need to create a docking container that behaves the same way the draggable panel system works in Flex Builder (Eclipse):


- Dock other containers to the edges

- Automatically layout other containers when the dragged container is docked into/out of an edge


Is there a custom control that would enable me to do this? If not, what's the best approach to create one?


Thanks!

JeTSpice
05-03-2009, 07:19 PM
do you want to create this using Flex? If not, you might want to re-post in the AS3 forum.

What do you mean by the draggable panel system? Is this a 3rd party library, or do you mean the popUpManager?