Hi Santosh, You could use a TileList with ItemRenderer to display the images if they are coming from xml or some collection.
You can refer this link for information on drag and drop . http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop/ For resizing and rotating the image this may help http://code.google.com/p/flex-object-handles/wiki/ObjectHandlesUsage Regards Subeesh http://subeesh.co.nr On Wed, Feb 4, 2009 at 3:01 PM, Santosh <[email protected]> wrote: > > Hi all, > > I am new to flex. i am trying to develop an application in flex. It > should have two container( may b list box or canvas). Container1 would > contain a list of transparent png thumbnail images which needs to be > dragged to the second container. The dragged image would be the copy > of the one in the first container. there should be no duplicate entry > and some manipulation need to be made on the dragged image such as > rotate,resize and delete. > > With the help of this group and some tutorial i have made something > that has two canvas and the image from canvas1 can be dropped to > canvas2. > > But i am not sure whether i should use canvas or list box for > container1 as it should contain a list of images may be from a xml > file. > > Please suggest me how do i do all this... > > > Thanks in advance > > Regards > > Santosh > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

