I'm only guessing but I'll briefly outline how you might begin. First, there is not any simple container that you can use right off the block. You're going to have to modify the available containers bigtime or create your own.
For drag-drop operations, refer the documentation that comes with Flex. It's detailed well. DragManager, DragSource, etc. It's pretty simple after reading through the examples. You're going to have to dabble a bit in customizing components too. createChildren(), updateDisplayList(), etc etc http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001725.html For example. Lets say your portlets are panels and the containers are an extension of canvas. You can drag your panel-portlets into the canvas, When this happens, the container will call updateDisplayList() so that the portlets with in it may rearrange themselves. PS : If you're new to customizing components, you've got dedicate some time for learning that alone. It can be quite daunting sometimes. But of course, this depends on how far you are willing to take your application. Hope its enough to get you started, all the best! Cheers, Raghu. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

